Html Css Color HEX #959064 Gurkha

📋 copy color: '#959064'

red 149 ◦ green 144 ◦ blue 100

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

Shades of Gurkha #959064

Tints of Gurkha #959064

RGB

 RED value IS 149 (58.59% from 255) = 37.91%

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

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

R = 37.91%
G = 36.64%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#959064 (or 0x959064) is known color: Gurkha. HEX triplet: 95, 90 and 64. RGB value is (149,144,100). Sum of RGB (Red+Green+Blue) = 149+144+100=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #959064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959064 is #6A6F9B. Grayscale: #8C8C8C. Windows color (decimal): -6975388 or 6590613. OLE color: 6590613.

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

Color convert

RGB 149 144 100 -
CMYK 0 0.03 0.33 0.42
HSL 53.88º 0.2% 0.49% -
HSV(B) 53.88º 0.33% 0.58% -
XYZ 24.67 27.26 16.02 -
YUV 140.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 149 144 100 0 0.03 0.33 0.42 53.88 0.2 0.49
Hex 95 90 64 0 3 21 2A 36 14 31
Octal 225 220 144 0 3 41 52 66 24 61
Binary 10010101 10010000 1100100 0 11 100001 101010 110110 10100 110001

Color Harmonies of #959064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959064

Black with #959064

Text Example


Text Example

White with #959064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959064; }

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

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

background-color css

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

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

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

border-color css

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

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

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