Html Css Color HEX #999064 Gurkha

📋 copy color: '#999064'

red 153 ◦ green 144 ◦ blue 100

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

Shades of Gurkha #999064

Tints of Gurkha #999064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 38.54%
G = 36.27%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#999064 (or 0x999064) is known color: Gurkha. HEX triplet: 99, 90 and 64. RGB value is (153,144,100). Sum of RGB (Red+Green+Blue) = 153+144+100=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #999064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999064 is #666F9B. Grayscale: #8D8D8D. Windows color (decimal): -6713244 or 6590617. OLE color: 6590617.

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

Color convert

RGB 153 144 100 -
CMYK 0 0.06 0.35 0.4
HSL 49.81º 0.21% 0.5% -
HSV(B) 49.81º 0.35% 0.6% -
XYZ 25.41 27.64 16.05 -
YUV 141.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 153 144 100 0 0.06 0.35 0.4 49.81 0.21 0.5
Hex 99 90 64 0 6 23 28 32 15 32
Octal 231 220 144 0 6 43 50 62 25 62
Binary 10011001 10010000 1100100 0 110 100011 101000 110010 10101 110010

Color Harmonies of #999064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999064

Black with #999064

Text Example


Text Example

White with #999064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999064; }

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

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

background-color css

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

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

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

border-color css

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

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

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