Html Css Color HEX #979062 Gurkha

📋 copy color: '#979062'

red 151 ◦ green 144 ◦ blue 98

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

Shades of Gurkha #979062

Tints of Gurkha #979062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 38.42%
G = 36.64%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#979062 (or 0x979062) is known color: Gurkha. HEX triplet: 97, 90 and 62. RGB value is (151,144,98). Sum of RGB (Red+Green+Blue) = 151+144+98=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #979062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979062 is #686F9D. Grayscale: #8D8D8D. Windows color (decimal): -6844318 or 6459543. OLE color: 6459543.

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

Color convert

RGB 151 144 98 -
CMYK 0 0.05 0.35 0.41
HSL 52.08º 0.21% 0.49% -
HSV(B) 52.08º 0.35% 0.59% -
XYZ 24.94 27.41 15.53 -
YUV 140.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 151 144 98 0 0.05 0.35 0.41 52.08 0.21 0.49
Hex 97 90 62 0 5 23 29 34 15 31
Octal 227 220 142 0 5 43 51 64 25 61
Binary 10010111 10010000 1100010 0 101 100011 101001 110100 10101 110001

Color Harmonies of #979062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979062

Black with #979062

Text Example


Text Example

White with #979062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979062; }

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

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

background-color css

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

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

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

border-color css

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

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

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