#99756C

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

Shades of Hemp #99756C

Tints of Hemp #99756C

Color information

#99756C (or 0x99756C) is unknown color: approx Hemp. HEX triplet: 99, 75 and 6C. RGB value is (153,117,108). Sum of RGB (Red+Green+Blue) = 153+117+108=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99756C is #668A93. Grayscale: #7E7E7E. Windows color (decimal): -6720148 or 7107993. OLE color: 7107993.

HSL color Cylindrical-coordinate representation of color #99756C: hue angle of 12º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99756C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153117108-
CMYK00.240.290.4
HSL12º18.07%51.18%-
HSV(B)12º29.41%60%-
XYZ22.220.5816.99-
YUV126.74117.43146.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=40.48%
G=30.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311710800.240.290.41218.0751.18
Hex99756C0181D28c1233
Octal2311651540303550142263
Binary100110011110101110110001100011101101000110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99756C; }

 p { color: rgb(153,117,108); }

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

<style>
 a { background-color: #99756C; }

 a { background-color: rgb(153,117,108); }

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

<style>
 span { border-color: #99756C; }

 span { border-color: rgb(153,117,108); }

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