Html Css Color HEX #9B7B6E Hemp

📋 copy color: '#9B7B6E'

red 155 ◦ green 123 ◦ blue 110

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

Shades of Hemp #9B7B6E

Tints of Hemp #9B7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 39.95%
G = 31.7%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B7B6E (or 0x9B7B6E) is known color: Hemp. HEX triplet: 9B, 7B and 6E. RGB value is (155,123,110). Sum of RGB (Red+Green+Blue) = 155+123+110=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B6E is #648491. Grayscale: #838383. Windows color (decimal): -6587538 or 7240603. OLE color: 7240603.

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

Color convert

RGB 155 123 110 -
CMYK 0 0.21 0.29 0.39
HSL 17.33º 0.18% 0.52% -
HSV(B) 17.33º 0.29% 0.61% -
XYZ 23.42 22.26 17.81 -
YUV 131.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 155 123 110 0 0.21 0.29 0.39 17.33 0.18 0.52
Hex 9B 7B 6E 0 15 1D 27 11 12 34
Octal 233 173 156 0 25 35 47 21 22 64
Binary 10011011 1111011 1101110 0 10101 11101 100111 10001 10010 110100

Color Harmonies of #9B7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B6E

Black with #9B7B6E

Text Example


Text Example

White with #9B7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,123,110); }

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

background-color css

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

 a { background-color: rgb(155,123,110); }

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

border-color css

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

 span { border-color: rgb(155,123,110); }

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