Html Css Color HEX #9B7C6B Hemp

📋 copy color: '#9B7C6B'

red 155 ◦ green 124 ◦ blue 107

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

Shades of Hemp #9B7C6B

Tints of Hemp #9B7C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 40.16%
G = 32.12%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B7C6B (or 0x9B7C6B) is known color: Hemp. HEX triplet: 9B, 7C and 6B. RGB value is (155,124,107). Sum of RGB (Red+Green+Blue) = 155+124+107=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C6B is #648394. Grayscale: #838383. Windows color (decimal): -6587285 or 7044251. OLE color: 7044251.

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

Color convert

RGB 155 124 107 -
CMYK 0 0.2 0.31 0.39
HSL 21.25º 0.19% 0.51% -
HSV(B) 21.25º 0.31% 0.61% -
XYZ 23.38 22.45 17.01 -
YUV 131.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 155 124 107 0 0.2 0.31 0.39 21.25 0.19 0.51
Hex 9B 7C 6B 0 14 1F 27 15 13 33
Octal 233 174 153 0 24 37 47 25 23 63
Binary 10011011 1111100 1101011 0 10100 11111 100111 10101 10011 110011

Color Harmonies of #9B7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C6B

Black with #9B7C6B

Text Example


Text Example

White with #9B7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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