Html Css Color HEX #96855D Granite Green

📋 copy color: '#96855D'

red 150 ◦ green 133 ◦ blue 93

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

Shades of Granite Green #96855D

Tints of Granite Green #96855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 39.89%
G = 35.37%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96855D (or 0x96855D) is known color: Granite Green. HEX triplet: 96, 85 and 5D. RGB value is (150,133,93). Sum of RGB (Red+Green+Blue) = 150+133+93=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96855D is #697AA2. Grayscale: #858585. Windows color (decimal): -6912675 or 6129046. OLE color: 6129046.

HSL color Cylindrical-coordinate representation of color #96855D: hue angle of 42.11º 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 #96855D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 93 -
CMYK 0 0.11 0.38 0.41
HSL 42.11º 0.23% 0.48% -
HSV(B) 42.11º 0.38% 0.59% -
XYZ 22.94 24.05 13.79 -
YUV 133.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 150 133 93 0 0.11 0.38 0.41 42.11 0.23 0.48
Hex 96 85 5D 0 B 26 29 2A 17 30
Octal 226 205 135 0 13 46 51 52 27 60
Binary 10010110 10000101 1011101 0 1011 100110 101001 101010 10111 110000

Color Harmonies of #96855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96855D

Black with #96855D

Text Example


Text Example

White with #96855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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