Html Css Color HEX #93865E Granite Green

📋 copy color: '#93865E'

red 147 ◦ green 134 ◦ blue 94

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

Shades of Granite Green #93865E

Tints of Granite Green #93865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 39.2%
G = 35.73%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93865E (or 0x93865E) is known color: Granite Green. HEX triplet: 93, 86 and 5E. RGB value is (147,134,94). Sum of RGB (Red+Green+Blue) = 147+134+94=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93865E is #6C79A1. Grayscale: #858585. Windows color (decimal): -7109026 or 6194835. OLE color: 6194835.

HSL color Cylindrical-coordinate representation of color #93865E: hue angle of 45.28º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93865E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 134 94 -
CMYK 0 0.09 0.36 0.42
HSL 45.28º 0.22% 0.47% -
HSV(B) 45.28º 0.36% 0.58% -
XYZ 22.58 24.06 14.04 -
YUV 133.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 147 134 94 0 0.09 0.36 0.42 45.28 0.22 0.47
Hex 93 86 5E 0 9 24 2A 2D 16 2F
Octal 223 206 136 0 11 44 52 55 26 57
Binary 10010011 10000110 1011110 0 1001 100100 101010 101101 10110 101111

Color Harmonies of #93865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93865E

Black with #93865E

Text Example


Text Example

White with #93865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93865E; }

 p { color: rgb(147,134,94); }

 H1.HeaderClassName
 {
   color: #93865E;
 }
 .AnyTagClassName
 {
   color: #93865E;
 }
</style>

background-color css

<style>
 a { background-color: #93865E; }

 a { background-color: rgb(147,134,94); }

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

border-color css

<style>
 span { border-color: #93865E; }

 span { border-color: rgb(147,134,94); }

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