Html Css Color HEX #9B827D Hemp

📋 copy color: '#9B827D'

red 155 ◦ green 130 ◦ blue 125

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

Shades of Hemp #9B827D

Tints of Hemp #9B827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 37.8%
G = 31.71%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B827D (or 0x9B827D) is known color: Hemp. HEX triplet: 9B, 82 and 7D. RGB value is (155,130,125). Sum of RGB (Red+Green+Blue) = 155+130+125=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B827D is #647D82. Grayscale: #888888. Windows color (decimal): -6585731 or 8225435. OLE color: 8225435.

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

Color convert

RGB 155 130 125 -
CMYK 0 0.16 0.19 0.39
HSL 10º 0.13% 0.55% -
HSV(B) 10º 0.19% 0.61% -
XYZ 25.2 24.41 22.79 -
YUV 136.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 155 130 125 0 0.16 0.19 0.39 10 0.13 0.55
Hex 9B 82 7D 0 10 13 27 A D 37
Octal 233 202 175 0 20 23 47 12 15 67
Binary 10011011 10000010 1111101 0 10000 10011 100111 1010 1101 110111

Color Harmonies of #9B827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B827D

Black with #9B827D

Text Example


Text Example

White with #9B827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,125); }

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

background-color css

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

 a { background-color: rgb(155,130,125); }

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

border-color css

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

 span { border-color: rgb(155,130,125); }

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