#92866B

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

Shades of Granite Green #92866B

Tints of Granite Green #92866B

Color information

#92866B (or 0x92866B) is unknown color: approx Granite Green. HEX triplet: 92, 86 and 6B. RGB value is (146,134,107). Sum of RGB (Red+Green+Blue) = 146+134+107=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92866B is #6D7994. Grayscale: #868686. Windows color (decimal): -7174549 or 7046802. OLE color: 7046802.

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

Color convert

RGB146134107-
CMYK00.080.270.43
HSL41.54º15.42%49.61%-
HSV(B)41.54º26.71%57.25%-
XYZ23.0324.2217.37-
YUV134.51112.48136.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=37.73%
G=34.63%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613410700.080.270.4341.5415.4249.61
Hex92866B081B2B2af32
Octal2222061530103353521762
Binary1001001010000110110101101000110111010111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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