#95786A

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

Shades of Hemp #95786A

Tints of Hemp #95786A

Color information

#95786A (or 0x95786A) is unknown color: approx Hemp. HEX triplet: 95, 78 and 6A. RGB value is (149,120,106). Sum of RGB (Red+Green+Blue) = 149+120+106=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95786A is #6A8795. Grayscale: #7F7F7F. Windows color (decimal): -6981526 or 6977685. OLE color: 6977685.

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

Color convert

RGB149120106-
CMYK00.190.290.42
HSL19.53º16.86%50%-
HSV(B)19.53º28.86%58.43%-
XYZ21.7120.8616.52-
YUV127.07116.11143.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=39.73%
G=32%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912010600.190.290.4219.5316.8650
Hex95786A0131D2A141132
Octal2251701520233552242162
Binary1001010111110001101010010011111011010101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95786A; }

 p { color: rgb(149,120,106); }

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

<style>
 a { background-color: #95786A; }

 a { background-color: rgb(149,120,106); }

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

<style>
 span { border-color: #95786A; }

 span { border-color: rgb(149,120,106); }

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