#8C846F

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

Shades of Granite Green #8C846F

Tints of Granite Green #8C846F

Color information

#8C846F (or 0x8C846F) is unknown color: approx Granite Green. HEX triplet: 8C, 84 and 6F. RGB value is (140,132,111). Sum of RGB (Red+Green+Blue) = 140+132+111=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C846F is #737B90. Grayscale: #848484. Windows color (decimal): -7568273 or 7308428. OLE color: 7308428.

HSL color Cylindrical-coordinate representation of color #8C846F: hue angle of 43.45º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C846F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140132111-
CMYK00.060.210.45
HSL43.45º11.55%49.22%-
HSV(B)43.45º20.71%54.9%-
XYZ21.9423.2318.37-
YUV132116.15133.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=36.55%
G=34.46%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013211100.060.210.4543.4511.5549.22
Hex8C846F06152D2bc31
Octal214204157062555531461
Binary100011001000010011011110110101011011011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C846F; }

 p { color: rgb(140,132,111); }

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

<style>
 a { background-color: #8C846F; }

 a { background-color: rgb(140,132,111); }

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

<style>
 span { border-color: #8C846F; }

 span { border-color: rgb(140,132,111); }

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