#95746B

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

Shades of Hemp #95746B

Tints of Hemp #95746B

Color information

#95746B (or 0x95746B) is unknown color: approx Hemp. HEX triplet: 95, 74 and 6B. RGB value is (149,116,107). Sum of RGB (Red+Green+Blue) = 149+116+107=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95746B is #6A8B94. Grayscale: #7C7C7C. Windows color (decimal): -6982549 or 7042197. OLE color: 7042197.

HSL color Cylindrical-coordinate representation of color #95746B: hue angle of 12.86º 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 #95746B is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149116107-
CMYK00.220.280.42
HSL12.86º16.54%50.2%-
HSV(B)12.86º28.19%58.43%-
XYZ21.2919.9416.64-
YUV124.84117.93145.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=40.05%
G=31.18%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911610700.220.280.4212.8616.5450.2
Hex95746B0161C2Ad1132
Octal2251641530263452152162
Binary100101011110100110101101011011100101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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