#92866C

Color #92866C Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #92866C

Tints of Granite Green #92866C

Color information

#92866C (or 0x92866C) is unknown color: approx Granite Green. HEX triplet: 92, 86 and 6C. RGB value is (146,134,108). Sum of RGB (Red+Green+Blue) = 146+134+108=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92866C is #6D7993. Grayscale: #868686. Windows color (decimal): -7174548 or 7112338. OLE color: 7112338.

HSL color Cylindrical-coordinate representation of color #92866C: hue angle of 41.05º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92866C is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146134108-
CMYK00.080.260.43
HSL41.05º14.96%49.8%-
HSV(B)41.05º26.03%57.25%-
XYZ23.0924.2417.65-
YUV134.62112.98136.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=37.63%
G=34.54%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613410800.080.260.4341.0514.9649.8
Hex92866C081A2B29f32
Octal2222061540103253511762
Binary1001001010000110110110001000110101010111010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92866C; }

 p { color: rgb(146,134,108); }

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

<style>
 a { background-color: #92866C; }

 a { background-color: rgb(146,134,108); }

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

<style>
 span { border-color: #92866C; }

 span { border-color: rgb(146,134,108); }

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