Html Css Color HEX #9F7B6A Hemp

📋 copy color: '#9F7B6A'

red 159 ◦ green 123 ◦ blue 106

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

Shades of Hemp #9F7B6A

Tints of Hemp #9F7B6A

RGB

 RED value IS 159 (62.5% from 255) = 40.98%

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 40.98%
G = 31.7%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F7B6A (or 0x9F7B6A) is known color: Hemp. HEX triplet: 9F, 7B and 6A. RGB value is (159,123,106). Sum of RGB (Red+Green+Blue) = 159+123+106=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B6A is #608495. Grayscale: #838383. Windows color (decimal): -6325398 or 6978463. OLE color: 6978463.

HSL color Cylindrical-coordinate representation of color #9F7B6A: hue angle of 19.25º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F7B6A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 123 106 -
CMYK 0 0.23 0.33 0.38
HSL 19.25º 0.22% 0.52% -
HSV(B) 19.25º 0.33% 0.62% -
XYZ 23.98 22.58 16.73 -
YUV 131.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 159 123 106 0 0.23 0.33 0.38 19.25 0.22 0.52
Hex 9F 7B 6A 0 17 21 26 13 16 34
Octal 237 173 152 0 27 41 46 23 26 64
Binary 10011111 1111011 1101010 0 10111 100001 100110 10011 10110 110100

Color Harmonies of #9F7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7B6A

Black with #9F7B6A

Text Example


Text Example

White with #9F7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,123,106); }

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

background-color css

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

 a { background-color: rgb(159,123,106); }

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

border-color css

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

 span { border-color: rgb(159,123,106); }

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