Html Css Color HEX #97906F Gurkha

📋 copy color: '#97906F'

red 151 ◦ green 144 ◦ blue 111

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

Shades of Gurkha #97906F

Tints of Gurkha #97906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 37.19%
G = 35.47%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#97906F (or 0x97906F) is known color: Gurkha. HEX triplet: 97, 90 and 6F. RGB value is (151,144,111). Sum of RGB (Red+Green+Blue) = 151+144+111=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97906F is #686F90. Grayscale: #8E8E8E. Windows color (decimal): -6844305 or 7311511. OLE color: 7311511.

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

Color convert

RGB 151 144 111 -
CMYK 0 0.05 0.26 0.41
HSL 49.5º 0.16% 0.51% -
HSV(B) 49.5º 0.26% 0.59% -
XYZ 25.61 27.67 19.03 -
YUV 142.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 151 144 111 0 0.05 0.26 0.41 49.5 0.16 0.51
Hex 97 90 6F 0 5 1A 29 32 10 33
Octal 227 220 157 0 5 32 51 62 20 63
Binary 10010111 10010000 1101111 0 101 11010 101001 110010 10000 110011

Color Harmonies of #97906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97906F

Black with #97906F

Text Example


Text Example

White with #97906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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