#96926A

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

Shades of Gurkha #96926A

Tints of Gurkha #96926A

Color information

#96926A (or 0x96926A) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 6A. RGB value is (150,146,106). Sum of RGB (Red+Green+Blue) = 150+146+106=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926A is #696D95. Grayscale: #8E8E8E. Windows color (decimal): -6909334 or 6984342. OLE color: 6984342.

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

Color convert

RGB150146106-
CMYK00.030.290.41
HSL54.55º17.32%50.2%-
HSV(B)54.55º29.33%58.82%-
XYZ25.4628.0817.71-
YUV142.64107.33133.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=37.31%
G=36.32%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014610600.030.290.4154.5517.3250.2
Hex96926A031D29371132
Octal226222152033551672162
Binary100101101001001011010100111110110100111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96926A; }

 p { color: rgb(150,146,106); }

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

<style>
 a { background-color: #96926A; }

 a { background-color: rgb(150,146,106); }

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

<style>
 span { border-color: #96926A; }

 span { border-color: rgb(150,146,106); }

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