#92856C

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

Shades of Granite Green #92856C

Tints of Granite Green #92856C

Color information

#92856C (or 0x92856C) is unknown color: approx Granite Green. HEX triplet: 92, 85 and 6C. RGB value is (146,133,108). Sum of RGB (Red+Green+Blue) = 146+133+108=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92856C is #6D7A93. Grayscale: #868686. Windows color (decimal): -7174804 or 7112082. OLE color: 7112082.

HSL color Cylindrical-coordinate representation of color #92856C: hue angle of 39.47º 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 #92856C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146133108-
CMYK00.090.260.43
HSL39.47º14.96%49.8%-
HSV(B)39.47º26.03%57.25%-
XYZ22.9523.9717.6-
YUV134.04113.31136.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=37.73%
G=34.37%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613310800.090.260.4339.4714.9649.8
Hex92856C091A2B27f32
Octal2222051540113253471762
Binary1001001010000101110110001001110101010111001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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