Html Css Color HEX #97916D Gurkha

📋 copy color: '#97916D'

red 151 ◦ green 145 ◦ blue 109

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

Shades of Gurkha #97916D

Tints of Gurkha #97916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 37.28%
G = 35.8%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97916D (or 0x97916D) is known color: Gurkha. HEX triplet: 97, 91 and 6D. RGB value is (151,145,109). Sum of RGB (Red+Green+Blue) = 151+145+109=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97916D is #686E92. Grayscale: #8E8E8E. Windows color (decimal): -6844051 or 7180695. OLE color: 7180695.

HSL color Cylindrical-coordinate representation of color #97916D: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97916D is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 109 -
CMYK 0 0.04 0.28 0.41
HSL 51.43º 0.17% 0.51% -
HSV(B) 51.43º 0.28% 0.59% -
XYZ 25.65 27.93 18.51 -
YUV 142.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 151 145 109 0 0.04 0.28 0.41 51.43 0.17 0.51
Hex 97 91 6D 0 4 1C 29 33 11 33
Octal 227 221 155 0 4 34 51 63 21 63
Binary 10010111 10010001 1101101 0 100 11100 101001 110011 10001 110011

Color Harmonies of #97916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97916D

Black with #97916D

Text Example


Text Example

White with #97916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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