Html Css Color HEX #8C8363 Granite Green

📋 copy color: '#8C8363'

red 140 ◦ green 131 ◦ blue 99

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

Shades of Granite Green #8C8363

Tints of Granite Green #8C8363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 37.84%
G = 35.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C8363 (or 0x8C8363) is known color: Granite Green. HEX triplet: 8C, 83 and 63. RGB value is (140,131,99). Sum of RGB (Red+Green+Blue) = 140+131+99=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8363 is #737C9C. Grayscale: #828282. Windows color (decimal): -7568541 or 6521740. OLE color: 6521740.

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

Color convert

RGB 140 131 99 -
CMYK 0 0.06 0.29 0.45
HSL 46.83º 0.17% 0.47% -
HSV(B) 46.83º 0.29% 0.55% -
XYZ 21.18 22.71 15.07 -
YUV 130.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 140 131 99 0 0.06 0.29 0.45 46.83 0.17 0.47
Hex 8C 83 63 0 6 1D 2D 2F 11 2F
Octal 214 203 143 0 6 35 55 57 21 57
Binary 10001100 10000011 1100011 0 110 11101 101101 101111 10001 101111

Color Harmonies of #8C8363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8363

Black with #8C8363

Text Example


Text Example

White with #8C8363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,99); }

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

background-color css

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

 a { background-color: rgb(140,131,99); }

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

border-color css

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

 span { border-color: rgb(140,131,99); }

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