Html Css Color HEX #979165 Gurkha

📋 copy color: '#979165'

red 151 ◦ green 145 ◦ blue 101

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

Shades of Gurkha #979165

Tints of Gurkha #979165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 38.04%
G = 36.52%
B = 25.44%

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

#979165 (or 0x979165) is known color: Gurkha. HEX triplet: 97, 91 and 65. RGB value is (151,145,101). Sum of RGB (Red+Green+Blue) = 151+145+101=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #979165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979165 is #686E9A. Grayscale: #8D8D8D. Windows color (decimal): -6844059 or 6656407. OLE color: 6656407.

HSL color Cylindrical-coordinate representation of color #979165: 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 #979165 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 101 -
CMYK 0 0.04 0.33 0.41
HSL 52.8º 0.2% 0.49% -
HSV(B) 52.8º 0.33% 0.59% -
XYZ 25.24 27.77 16.34 -
YUV 141.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 151 145 101 0 0.04 0.33 0.41 52.8 0.2 0.49
Hex 97 91 65 0 4 21 29 35 14 31
Octal 227 221 145 0 4 41 51 65 24 61
Binary 10010111 10010001 1100101 0 100 100001 101001 110101 10100 110001

Color Harmonies of #979165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979165

Black with #979165

Text Example


Text Example

White with #979165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979165; }

 p { color: rgb(151,145,101); }

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

background-color css

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

 a { background-color: rgb(151,145,101); }

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

border-color css

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

 span { border-color: rgb(151,145,101); }

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