Html Css Color HEX #9B7A6D Hemp

📋 copy color: '#9B7A6D'

red 155 ◦ green 122 ◦ blue 109

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

Shades of Hemp #9B7A6D

Tints of Hemp #9B7A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 40.16%
G = 31.61%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B7A6D (or 0x9B7A6D) is known color: Hemp. HEX triplet: 9B, 7A and 6D. RGB value is (155,122,109). Sum of RGB (Red+Green+Blue) = 155+122+109=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A6D is #648592. Grayscale: #828282. Windows color (decimal): -6587795 or 7174811. OLE color: 7174811.

HSL color Cylindrical-coordinate representation of color #9B7A6D: hue angle of 16.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B7A6D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 122 109 -
CMYK 0 0.21 0.30 0.39
HSL 16.96º 0.19% 0.52% -
HSV(B) 16.96º 0.3% 0.61% -
XYZ 23.24 21.99 17.49 -
YUV 130.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 155 122 109 0 0.21 0.30 0.39 16.96 0.19 0.52
Hex 9B 7A 6D 0 15 1E 27 11 13 34
Octal 233 172 155 0 25 36 47 21 23 64
Binary 10011011 1111010 1101101 0 10101 11110 100111 10001 10011 110100

Color Harmonies of #9B7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A6D

Black with #9B7A6D

Text Example


Text Example

White with #9B7A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,109); }

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

background-color css

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

 a { background-color: rgb(155,122,109); }

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

border-color css

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

 span { border-color: rgb(155,122,109); }

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