Html Css Color HEX #96845C Granite Green

📋 copy color: '#96845C'

red 150 ◦ green 132 ◦ blue 92

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

Shades of Granite Green #96845C

Tints of Granite Green #96845C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 40.11%
G = 35.29%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96845C (or 0x96845C) is known color: Granite Green. HEX triplet: 96, 84 and 5C. RGB value is (150,132,92). Sum of RGB (Red+Green+Blue) = 150+132+92=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96845C is #697BA3. Grayscale: #858585. Windows color (decimal): -6912932 or 6063254. OLE color: 6063254.

HSL color Cylindrical-coordinate representation of color #96845C: hue angle of 41.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96845C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 92 -
CMYK 0 0.12 0.39 0.41
HSL 41.38º 0.24% 0.47% -
HSV(B) 41.38º 0.39% 0.59% -
XYZ 22.76 23.76 13.51 -
YUV 132.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 150 132 92 0 0.12 0.39 0.41 41.38 0.24 0.47
Hex 96 84 5C 0 C 27 29 29 18 2F
Octal 226 204 134 0 14 47 51 51 30 57
Binary 10010110 10000100 1011100 0 1100 100111 101001 101001 11000 101111

Color Harmonies of #96845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96845C

Black with #96845C

Text Example


Text Example

White with #96845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96845C; }

 p { color: rgb(150,132,92); }

 H1.HeaderClassName
 {
   color: #96845C;
 }
 .AnyTagClassName
 {
   color: #96845C;
 }
</style>

background-color css

<style>
 a { background-color: #96845C; }

 a { background-color: rgb(150,132,92); }

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

border-color css

<style>
 span { border-color: #96845C; }

 span { border-color: rgb(150,132,92); }

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