#92865F

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

Shades of Granite Green #92865F

Tints of Granite Green #92865F

Color information

#92865F (or 0x92865F) is unknown color: approx Granite Green. HEX triplet: 92, 86 and 5F. RGB value is (146,134,95). Sum of RGB (Red+Green+Blue) = 146+134+95=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92865F is #6D79A0. Grayscale: #858585. Windows color (decimal): -7174561 or 6260370. OLE color: 6260370.

HSL color Cylindrical-coordinate representation of color #92865F: hue angle of 45.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92865F is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14613495-
CMYK00.080.350.43
HSL45.88º21.16%47.25%-
HSV(B)45.88º34.93%57.25%-
XYZ22.4423.9914.27-
YUV133.14106.48137.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=38.93%
G=35.73%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461349500.080.350.4345.8821.1647.25
Hex92865F08232B2e152f
Octal2222061370104353562557
Binary100100101000011010111110100010001110101110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92865F; }

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

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

<style>
 a { background-color: #92865F; }

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

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

<style>
 span { border-color: #92865F; }

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

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