#97926D

Color #97926D Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #97926D

Tints of Gurkha #97926D

Color information

#97926D (or 0x97926D) is unknown color: approx Gurkha. HEX triplet: 97, 92 and 6D. RGB value is (151,146,109). Sum of RGB (Red+Green+Blue) = 151+146+109=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97926D is #686D92. Grayscale: #8F8F8F. Windows color (decimal): -6843795 or 7180951. OLE color: 7180951.

HSL color Cylindrical-coordinate representation of color #97926D: hue angle of 52.86º 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 #97926D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB151146109-
CMYK00.030.280.41
HSL52.86º16.8%50.98%-
HSV(B)52.86º27.81%59.22%-
XYZ25.828.2418.56-
YUV143.28108.66133.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=37.19%
G=35.96%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114610900.030.280.4152.8616.850.98
Hex97926D031C29351133
Octal227222155033451652163
Binary100101111001001011011010111110010100111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97926D;
 }
 .AnyTagClassName
 {
   color: #97926D;
 }
</style>
background-color css

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

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

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

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

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

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