#95736A

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

Shades of Hemp #95736A

Tints of Hemp #95736A

Color information

#95736A (or 0x95736A) is unknown color: approx Hemp. HEX triplet: 95, 73 and 6A. RGB value is (149,115,106). Sum of RGB (Red+Green+Blue) = 149+115+106=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736A is #6A8C95. Grayscale: #7C7C7C. Windows color (decimal): -6982806 or 6976405. OLE color: 6976405.

HSL color Cylindrical-coordinate representation of color #95736A: hue angle of 12.56º 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 #95736A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB149115106-
CMYK00.230.290.42
HSL12.56º16.86%50%-
HSV(B)12.56º28.86%58.43%-
XYZ21.1319.6916.32-
YUV124.14117.76145.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=40.27%
G=31.08%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911510600.230.290.4212.5616.8650
Hex95736A0171D2Ad1132
Octal2251631520273552152162
Binary100101011110011110101001011111101101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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