Html Css Color HEX #97906E Gurkha

📋 copy color: '#97906E'

red 151 ◦ green 144 ◦ blue 110

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

Shades of Gurkha #97906E

Tints of Gurkha #97906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 37.28%
G = 35.56%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97906E (or 0x97906E) is known color: Gurkha. HEX triplet: 97, 90 and 6E. RGB value is (151,144,110). Sum of RGB (Red+Green+Blue) = 151+144+110=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97906E is #686F91. Grayscale: #8E8E8E. Windows color (decimal): -6844306 or 7245975. OLE color: 7245975.

HSL color Cylindrical-coordinate representation of color #97906E: hue angle of 49.76º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97906E is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 144 110 -
CMYK 0 0.05 0.27 0.41
HSL 49.76º 0.16% 0.51% -
HSV(B) 49.76º 0.27% 0.59% -
XYZ 25.55 27.65 18.74 -
YUV 142.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 151 144 110 0 0.05 0.27 0.41 49.76 0.16 0.51
Hex 97 90 6E 0 5 1B 29 32 10 33
Octal 227 220 156 0 5 33 51 62 20 63
Binary 10010111 10010000 1101110 0 101 11011 101001 110010 10000 110011

Color Harmonies of #97906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97906E

Black with #97906E

Text Example


Text Example

White with #97906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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