Html Css Color HEX #91865F Granite Green

📋 copy color: '#91865F'

red 145 ◦ green 134 ◦ blue 95

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

Shades of Granite Green #91865F

Tints of Granite Green #91865F

RGB

 RED value IS 145 (57.03% from 255) = 38.77%

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

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 38.77%
G = 35.83%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#91865F (or 0x91865F) is known color: Granite Green. HEX triplet: 91, 86 and 5F. RGB value is (145,134,95). Sum of RGB (Red+Green+Blue) = 145+134+95=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #91865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91865F is #6E79A0. Grayscale: #858585. Windows color (decimal): -7240097 or 6260369. OLE color: 6260369.

HSL color Cylindrical-coordinate representation of color #91865F: hue angle of 46.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91865F is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 134 95 -
CMYK 0 0.08 0.34 0.43
HSL 46.8º 0.21% 0.47% -
HSV(B) 46.8º 0.34% 0.57% -
XYZ 22.27 23.9 14.27 -
YUV 132.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 145 134 95 0 0.08 0.34 0.43 46.8 0.21 0.47
Hex 91 86 5F 0 8 22 2B 2F 15 2F
Octal 221 206 137 0 10 42 53 57 25 57
Binary 10010001 10000110 1011111 0 1000 100010 101011 101111 10101 101111

Color Harmonies of #91865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91865F

Black with #91865F

Text Example


Text Example

White with #91865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91865F; }

 p { color: rgb(145,134,95); }

 H1.HeaderClassName
 {
   color: #91865F;
 }
 .AnyTagClassName
 {
   color: #91865F;
 }
</style>

background-color css

<style>
 a { background-color: #91865F; }

 a { background-color: rgb(145,134,95); }

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

border-color css

<style>
 span { border-color: #91865F; }

 span { border-color: rgb(145,134,95); }

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