#96817B

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

Shades of Hemp #96817B

Tints of Hemp #96817B

Color information

#96817B (or 0x96817B) is unknown color: approx Hemp. HEX triplet: 96, 81 and 7B. RGB value is (150,129,123). Sum of RGB (Red+Green+Blue) = 150+129+123=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96817B is #697E84. Grayscale: #868686. Windows color (decimal): -6913669 or 8094102. OLE color: 8094102.

HSL color Cylindrical-coordinate representation of color #96817B: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96817B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150129123-
CMYK00.140.180.41
HSL13.33º11.39%53.53%-
HSV(B)13.33º18%58.82%-
XYZ2423.6122.03-
YUV134.6121.46138.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=37.31%
G=32.09%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012912300.140.180.4113.3311.3953.53
Hex96817B0E1229db36
Octal2262011730162251151366
Binary10010110100000011111011011101001010100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,129,123); }

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

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

 a { background-color: rgb(150,129,123); }

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

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

 span { border-color: rgb(150,129,123); }

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