Html Css Color HEX #96817B Hemp

📋 copy color: '#96817B'

red 150 ◦ green 129 ◦ blue 123

#96817B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #96817B

Tints of Hemp #96817B

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.6%

R = 37.31%
G = 32.09%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96817B (or 0x96817B) is known color: 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

RGB 150 129 123 -
CMYK 0 0.14 0.18 0.41
HSL 13.33º 0.11% 0.54% -
HSV(B) 13.33º 0.18% 0.59% -
XYZ 24 23.61 22.03 -
YUV 134.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 150 129 123 0 0.14 0.18 0.41 13.33 0.11 0.54
Hex 96 81 7B 0 E 12 29 D B 36
Octal 226 201 173 0 16 22 51 15 13 66
Binary 10010110 10000001 1111011 0 1110 10010 101001 1101 1011 110110

Color Harmonies of #96817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96817B

Black with #96817B

Text Example


Text Example

White with #96817B

Text Example


Text Example

HTML Codes & Css Web 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>