#97937D

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

Shades of Gurkha #97937D

Tints of Gurkha #97937D

Color information

#97937D (or 0x97937D) is unknown color: approx Gurkha. HEX triplet: 97, 93 and 7D. RGB value is (151,147,125). Sum of RGB (Red+Green+Blue) = 151+147+125=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 151 - color contains mainly: red. Hex color #97937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97937D is #686C82. Grayscale: #919191. Windows color (decimal): -6843523 or 8229783. OLE color: 8229783.

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

Color convert

RGB151147125-
CMYK00.030.170.41
HSL50.77º11.11%54.12%-
HSV(B)50.77º17.22%59.22%-
XYZ26.928.9323.57-
YUV145.69116.33131.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=35.70%
G=34.75%
B=29.55%

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
Decimal15114712500.030.170.4150.7711.1154.12
Hex97937D03112933b36
Octal227223175032151631366
Binary10010111100100111111101011100011010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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