Html Css Color HEX #999074 Gurkha

📋 copy color: '#999074'

red 153 ◦ green 144 ◦ blue 116

#999074
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #999074

Tints of Gurkha #999074

RGB

 RED value IS 153 (60.16% from 255) = 37.05%

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 37.05%
G = 34.87%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#999074 (or 0x999074) is known color: Gurkha. HEX triplet: 99, 90 and 74. RGB value is (153,144,116). Sum of RGB (Red+Green+Blue) = 153+144+116=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #999074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999074 is #666F8B. Grayscale: #8F8F8F. Windows color (decimal): -6713228 or 7639193. OLE color: 7639193.

HSL color Cylindrical-coordinate representation of color #999074: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999074 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 116 -
CMYK 0 0.06 0.24 0.4
HSL 45.41º 0.15% 0.53% -
HSV(B) 45.41º 0.24% 0.6% -
XYZ 26.26 27.98 20.54 -
YUV 143.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 153 144 116 0 0.06 0.24 0.4 45.41 0.15 0.53
Hex 99 90 74 0 6 18 28 2D F 35
Octal 231 220 164 0 6 30 50 55 17 65
Binary 10011001 10010000 1110100 0 110 11000 101000 101101 1111 110101

Color Harmonies of #999074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999074

Black with #999074

Text Example


Text Example

White with #999074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999074; }

 p { color: rgb(153,144,116); }

 H1.HeaderClassName
 {
   color: #999074;
 }
 .AnyTagClassName
 {
   color: #999074;
 }
</style>

background-color css

<style>
 a { background-color: #999074; }

 a { background-color: rgb(153,144,116); }

 div.DivClassName
 {
   background-color: #999074;
 }
 .BgClassName
 {
   background-color: #999074;
 }
</style>

border-color css

<style>
 span { border-color: #999074; }

 span { border-color: rgb(153,144,116); }

 td.TdClassName
 {
   border-color: #999074;
 }
 .TagClassName
 {
   border-color: #999074;
 }
</style>