#95736B

Color #95736B Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #95736B

Tints of Hemp #95736B

Color information

#95736B (or 0x95736B) is unknown color: approx Hemp. HEX triplet: 95, 73 and 6B. RGB value is (149,115,107). Sum of RGB (Red+Green+Blue) = 149+115+107=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736B is #6A8C94. Grayscale: #7C7C7C. Windows color (decimal): -6982805 or 7041941. OLE color: 7041941.

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

Color convert

RGB149115107-
CMYK00.230.280.42
HSL11.43º16.54%50.2%-
HSV(B)11.43º28.19%58.43%-
XYZ21.1819.7116.6-
YUV124.25118.26145.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=40.16%
G=31.00%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911510700.230.280.4211.4316.5450.2
Hex95736B0171C2Ab1132
Octal2251631530273452132162
Binary100101011110011110101101011111100101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,115,107); }

 H1.HeaderClassName
 {
   color: #95736B;
 }
 .AnyTagClassName
 {
   color: #95736B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,115,107); }

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

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

 span { border-color: rgb(149,115,107); }

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