Html Css Color HEX #979064 Gurkha

📋 copy color: '#979064'

red 151 ◦ green 144 ◦ blue 100

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

Shades of Gurkha #979064

Tints of Gurkha #979064

RGB

 RED value IS 151 (59.38% from 255) = 38.23%

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

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

R = 38.23%
G = 36.46%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#979064 (or 0x979064) is known color: Gurkha. HEX triplet: 97, 90 and 64. RGB value is (151,144,100). Sum of RGB (Red+Green+Blue) = 151+144+100=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #979064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979064 is #686F9B. Grayscale: #8D8D8D. Windows color (decimal): -6844316 or 6590615. OLE color: 6590615.

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

Color convert

RGB 151 144 100 -
CMYK 0 0.05 0.34 0.41
HSL 51.76º 0.2% 0.49% -
HSV(B) 51.76º 0.34% 0.59% -
XYZ 25.04 27.45 16.03 -
YUV 141.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 151 144 100 0 0.05 0.34 0.41 51.76 0.2 0.49
Hex 97 90 64 0 5 22 29 34 14 31
Octal 227 220 144 0 5 42 51 64 24 61
Binary 10010111 10010000 1100100 0 101 100010 101001 110100 10100 110001

Color Harmonies of #979064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979064

Black with #979064

Text Example


Text Example

White with #979064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979064; }

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

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

background-color css

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

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

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

border-color css

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

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

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