Html Css Color HEX #9B7C6C Hemp

📋 copy color: '#9B7C6C'

red 155 ◦ green 124 ◦ blue 108

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

Shades of Hemp #9B7C6C

Tints of Hemp #9B7C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 40.05%
G = 32.04%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B7C6C (or 0x9B7C6C) is known color: Hemp. HEX triplet: 9B, 7C and 6C. RGB value is (155,124,108). Sum of RGB (Red+Green+Blue) = 155+124+108=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C6C is #648393. Grayscale: #838383. Windows color (decimal): -6587284 or 7109787. OLE color: 7109787.

HSL color Cylindrical-coordinate representation of color #9B7C6C: hue angle of 20.43º 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 #9B7C6C is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 124 108 -
CMYK 0 0.2 0.30 0.39
HSL 20.43º 0.19% 0.52% -
HSV(B) 20.43º 0.3% 0.61% -
XYZ 23.43 22.47 17.29 -
YUV 131.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 155 124 108 0 0.2 0.30 0.39 20.43 0.19 0.52
Hex 9B 7C 6C 0 14 1E 27 14 13 34
Octal 233 174 154 0 24 36 47 24 23 64
Binary 10011011 1111100 1101100 0 10100 11110 100111 10100 10011 110100

Color Harmonies of #9B7C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C6C

Black with #9B7C6C

Text Example


Text Example

White with #9B7C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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