Html Css Color HEX #8C816A Granite Green

📋 copy color: '#8C816A'

red 140 ◦ green 129 ◦ blue 106

#8C816A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #8C816A

Tints of Granite Green #8C816A

RGB

 RED value IS 140 (55.08% from 255) = 37.33%

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 37.33%
G = 34.4%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C816A (or 0x8C816A) is known color: Granite Green. HEX triplet: 8C, 81 and 6A. RGB value is (140,129,106). Sum of RGB (Red+Green+Blue) = 140+129+106=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C816A is #737E95. Grayscale: #818181. Windows color (decimal): -7569046 or 6979980. OLE color: 6979980.

HSL color Cylindrical-coordinate representation of color #8C816A: hue angle of 40.59º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C816A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 106 -
CMYK 0 0.08 0.24 0.45
HSL 40.59º 0.14% 0.48% -
HSV(B) 40.59º 0.24% 0.55% -
XYZ 21.27 22.32 16.82 -
YUV 129.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 140 129 106 0 0.08 0.24 0.45 40.59 0.14 0.48
Hex 8C 81 6A 0 8 18 2D 29 E 30
Octal 214 201 152 0 10 30 55 51 16 60
Binary 10001100 10000001 1101010 0 1000 11000 101101 101001 1110 110000

Color Harmonies of #8C816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C816A

Black with #8C816A

Text Example


Text Example

White with #8C816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,106); }

 H1.HeaderClassName
 {
   color: #8C816A;
 }
 .AnyTagClassName
 {
   color: #8C816A;
 }
</style>

background-color css

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

 a { background-color: rgb(140,129,106); }

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

border-color css

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

 span { border-color: rgb(140,129,106); }

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