#92886B

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

Shades of Granite Green #92886B

Tints of Granite Green #92886B

Color information

#92886B (or 0x92886B) is unknown color: approx Granite Green. HEX triplet: 92, 88 and 6B. RGB value is (146,136,107). Sum of RGB (Red+Green+Blue) = 146+136+107=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92886B is #6D7794. Grayscale: #878787. Windows color (decimal): -7174037 or 7047314. OLE color: 7047314.

HSL color Cylindrical-coordinate representation of color #92886B: hue angle of 44.62º 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 #92886B is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB146136107-
CMYK00.070.270.43
HSL44.62º15.42%49.61%-
HSV(B)44.62º26.71%57.25%-
XYZ23.3124.7817.46-
YUV135.68111.81135.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=37.53%
G=34.96%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613610700.070.270.4344.6215.4249.61
Hex92886B071B2B2df32
Octal222210153073353551762
Binary100100101000100011010110111110111010111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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