Html Css Color HEX #969064 Gurkha

📋 copy color: '#969064'

red 150 ◦ green 144 ◦ blue 100

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

Shades of Gurkha #969064

Tints of Gurkha #969064

RGB

 RED value IS 150 (58.98% from 255) = 38.07%

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

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

R = 38.07%
G = 36.55%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#969064 (or 0x969064) is known color: Gurkha. HEX triplet: 96, 90 and 64. RGB value is (150,144,100). Sum of RGB (Red+Green+Blue) = 150+144+100=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #969064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969064 is #696F9B. Grayscale: #8C8C8C. Windows color (decimal): -6909852 or 6590614. OLE color: 6590614.

HSL color Cylindrical-coordinate representation of color #969064: hue angle of 52.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969064 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 100 -
CMYK 0 0.04 0.33 0.41
HSL 52.8º 0.2% 0.49% -
HSV(B) 52.8º 0.33% 0.59% -
XYZ 24.85 27.35 16.03 -
YUV 140.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 150 144 100 0 0.04 0.33 0.41 52.8 0.2 0.49
Hex 96 90 64 0 4 21 29 35 14 31
Octal 226 220 144 0 4 41 51 65 24 61
Binary 10010110 10010000 1100100 0 100 100001 101001 110101 10100 110001

Color Harmonies of #969064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969064

Black with #969064

Text Example


Text Example

White with #969064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969064; }

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

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

background-color css

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

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

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

border-color css

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

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

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