Html Css Color HEX #93886B Granite Green

📋 copy color: '#93886B'

red 147 ◦ green 136 ◦ blue 107

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

Shades of Granite Green #93886B

Tints of Granite Green #93886B

RGB

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

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

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

R = 37.69%
G = 34.87%
B = 27.44%

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

#93886B (or 0x93886B) is known color: Granite Green. HEX triplet: 93, 88 and 6B. RGB value is (147,136,107). Sum of RGB (Red+Green+Blue) = 147+136+107=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93886B is #6C7794. Grayscale: #888888. Windows color (decimal): -7108501 or 7047315. OLE color: 7047315.

HSL color Cylindrical-coordinate representation of color #93886B: hue angle of 43.5º 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 #93886B is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 107 -
CMYK 0 0.07 0.27 0.42
HSL 43.5º 0.16% 0.5% -
HSV(B) 43.5º 0.27% 0.58% -
XYZ 23.49 24.87 17.47 -
YUV 135.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 147 136 107 0 0.07 0.27 0.42 43.5 0.16 0.5
Hex 93 88 6B 0 7 1B 2A 2C 10 32
Octal 223 210 153 0 7 33 52 54 20 62
Binary 10010011 10001000 1101011 0 111 11011 101010 101100 10000 110010

Color Harmonies of #93886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93886B

Black with #93886B

Text Example


Text Example

White with #93886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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