Html Css Color HEX #93896B Granite Green

📋 copy color: '#93896B'

red 147 ◦ green 137 ◦ blue 107

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

Shades of Granite Green #93896B

Tints of Granite Green #93896B

RGB

 RED value IS 147 (57.81% from 255) = 37.6%

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 37.6%
G = 35.04%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93896B (or 0x93896B) is known color: Granite Green. HEX triplet: 93, 89 and 6B. RGB value is (147,137,107). Sum of RGB (Red+Green+Blue) = 147+137+107=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93896B is #6C7694. Grayscale: #888888. Windows color (decimal): -7108245 or 7047571. OLE color: 7047571.

HSL color Cylindrical-coordinate representation of color #93896B: hue angle of 45º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93896B is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 137 107 -
CMYK 0 0.07 0.27 0.42
HSL 45º 0.16% 0.5% -
HSV(B) 45º 0.27% 0.58% -
XYZ 23.63 25.16 17.52 -
YUV 136.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 147 137 107 0 0.07 0.27 0.42 45 0.16 0.5
Hex 93 89 6B 0 7 1B 2A 2D 10 32
Octal 223 211 153 0 7 33 52 55 20 62
Binary 10010011 10001001 1101011 0 111 11011 101010 101101 10000 110010

Color Harmonies of #93896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93896B

Black with #93896B

Text Example


Text Example

White with #93896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93896B; }

 p { color: rgb(147,137,107); }

 H1.HeaderClassName
 {
   color: #93896B;
 }
 .AnyTagClassName
 {
   color: #93896B;
 }
</style>

background-color css

<style>
 a { background-color: #93896B; }

 a { background-color: rgb(147,137,107); }

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

border-color css

<style>
 span { border-color: #93896B; }

 span { border-color: rgb(147,137,107); }

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