Html Css Color HEX #96885D Granite Green

📋 copy color: '#96885D'

red 150 ◦ green 136 ◦ blue 93

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

Shades of Granite Green #96885D

Tints of Granite Green #96885D

RGB

 RED value IS 150 (58.98% from 255) = 39.58%

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 39.58%
G = 35.88%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96885D (or 0x96885D) is known color: Granite Green. HEX triplet: 96, 88 and 5D. RGB value is (150,136,93). Sum of RGB (Red+Green+Blue) = 150+136+93=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96885D is #6977A2. Grayscale: #878787. Windows color (decimal): -6911907 or 6129814. OLE color: 6129814.

HSL color Cylindrical-coordinate representation of color #96885D: hue angle of 45.26º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96885D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 93 -
CMYK 0 0.09 0.38 0.41
HSL 45.26º 0.23% 0.48% -
HSV(B) 45.26º 0.38% 0.59% -
XYZ 23.36 24.88 13.93 -
YUV 135.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 150 136 93 0 0.09 0.38 0.41 45.26 0.23 0.48
Hex 96 88 5D 0 9 26 29 2D 17 30
Octal 226 210 135 0 11 46 51 55 27 60
Binary 10010110 10001000 1011101 0 1001 100110 101001 101101 10111 110000

Color Harmonies of #96885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96885D

Black with #96885D

Text Example


Text Example

White with #96885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96885D; }

 p { color: rgb(150,136,93); }

 H1.HeaderClassName
 {
   color: #96885D;
 }
 .AnyTagClassName
 {
   color: #96885D;
 }
</style>

background-color css

<style>
 a { background-color: #96885D; }

 a { background-color: rgb(150,136,93); }

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

border-color css

<style>
 span { border-color: #96885D; }

 span { border-color: rgb(150,136,93); }

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