Html Css Color HEX #97916E Gurkha

📋 copy color: '#97916E'

red 151 ◦ green 145 ◦ blue 110

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

Shades of Gurkha #97916E

Tints of Gurkha #97916E

RGB

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

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

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

R = 37.19%
G = 35.71%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97916E (or 0x97916E) is known color: Gurkha. HEX triplet: 97, 91 and 6E. RGB value is (151,145,110). Sum of RGB (Red+Green+Blue) = 151+145+110=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97916E is #686E91. Grayscale: #8E8E8E. Windows color (decimal): -6844050 or 7246231. OLE color: 7246231.

HSL color Cylindrical-coordinate representation of color #97916E: hue angle of 51.22º 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 #97916E is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 110 -
CMYK 0 0.04 0.27 0.41
HSL 51.22º 0.16% 0.51% -
HSV(B) 51.22º 0.27% 0.59% -
XYZ 25.7 27.96 18.79 -
YUV 142.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 151 145 110 0 0.04 0.27 0.41 51.22 0.16 0.51
Hex 97 91 6E 0 4 1B 29 33 10 33
Octal 227 221 156 0 4 33 51 63 20 63
Binary 10010111 10010001 1101110 0 100 11011 101001 110011 10000 110011

Color Harmonies of #97916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97916E

Black with #97916E

Text Example


Text Example

White with #97916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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