Html Css Color HEX #9B817C Hemp

📋 copy color: '#9B817C'

red 155 ◦ green 129 ◦ blue 124

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

Shades of Hemp #9B817C

Tints of Hemp #9B817C

RGB

 RED value IS 155 (60.94% from 255) = 37.99%

 GREEN value IS 129 (50.78% from 255) = 31.62%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 37.99%
G = 31.62%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B817C (or 0x9B817C) is known color: Hemp. HEX triplet: 9B, 81 and 7C. RGB value is (155,129,124). Sum of RGB (Red+Green+Blue) = 155+129+124=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B817C is #647E83. Grayscale: #888888. Windows color (decimal): -6585988 or 8159643. OLE color: 8159643.

HSL color Cylindrical-coordinate representation of color #9B817C: hue angle of 9.68º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B817C is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 129 124 -
CMYK 0 0.17 0.2 0.39
HSL 9.68º 0.13% 0.55% -
HSV(B) 9.68º 0.2% 0.61% -
XYZ 25.01 24.12 22.41 -
YUV 136.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 155 129 124 0 0.17 0.2 0.39 9.68 0.13 0.55
Hex 9B 81 7C 0 11 14 27 A D 37
Octal 233 201 174 0 21 24 47 12 15 67
Binary 10011011 10000001 1111100 0 10001 10100 100111 1010 1101 110111

Color Harmonies of #9B817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B817C

Black with #9B817C

Text Example


Text Example

White with #9B817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B817C; }

 p { color: rgb(155,129,124); }

 H1.HeaderClassName
 {
   color: #9B817C;
 }
 .AnyTagClassName
 {
   color: #9B817C;
 }
</style>

background-color css

<style>
 a { background-color: #9B817C; }

 a { background-color: rgb(155,129,124); }

 div.DivClassName
 {
   background-color: #9B817C;
 }
 .BgClassName
 {
   background-color: #9B817C;
 }
</style>

border-color css

<style>
 span { border-color: #9B817C; }

 span { border-color: rgb(155,129,124); }

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