#97927D

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

Shades of Gurkha #97927D

Tints of Gurkha #97927D

Color information

#97927D (or 0x97927D) is unknown color: approx Gurkha. HEX triplet: 97, 92 and 7D. RGB value is (151,146,125). Sum of RGB (Red+Green+Blue) = 151+146+125=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #97927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97927D is #686D82. Grayscale: #919191. Windows color (decimal): -6843779 or 8229527. OLE color: 8229527.

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

Color convert

RGB151146125-
CMYK00.030.170.41
HSL48.46º11.11%54.12%-
HSV(B)48.46º17.22%59.22%-
XYZ26.7428.6223.52-
YUV145.1116.66132.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=35.78%
G=34.60%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114612500.030.170.4148.4611.1154.12
Hex97927D03112930b36
Octal227222175032151601366
Binary10010111100100101111101011100011010011100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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