Html Css Color HEX #979271 Gurkha

📋 copy color: '#979271'

red 151 ◦ green 146 ◦ blue 113

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

Shades of Gurkha #979271

Tints of Gurkha #979271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 36.83%
G = 35.61%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#979271 (or 0x979271) is known color: Gurkha. HEX triplet: 97, 92 and 71. RGB value is (151,146,113). Sum of RGB (Red+Green+Blue) = 151+146+113=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #979271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979271 is #686D8E. Grayscale: #8F8F8F. Windows color (decimal): -6843791 or 7443095. OLE color: 7443095.

HSL color Cylindrical-coordinate representation of color #979271: hue angle of 52.11º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979271 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 146 113 -
CMYK 0 0.03 0.25 0.41
HSL 52.11º 0.15% 0.52% -
HSV(B) 52.11º 0.25% 0.59% -
XYZ 26.02 28.33 19.72 -
YUV 143.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 151 146 113 0 0.03 0.25 0.41 52.11 0.15 0.52
Hex 97 92 71 0 3 19 29 34 F 34
Octal 227 222 161 0 3 31 51 64 17 64
Binary 10010111 10010010 1110001 0 11 11001 101001 110100 1111 110100

Color Harmonies of #979271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979271

Black with #979271

Text Example


Text Example

White with #979271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979271; }

 p { color: rgb(151,146,113); }

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

background-color css

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

 a { background-color: rgb(151,146,113); }

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

border-color css

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

 span { border-color: rgb(151,146,113); }

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