Html Css Color HEX #9A7D6C Hemp

📋 copy color: '#9A7D6C'

red 154 ◦ green 125 ◦ blue 108

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

Shades of Hemp #9A7D6C

Tints of Hemp #9A7D6C

RGB

 RED value IS 154 (60.55% from 255) = 39.79%

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 39.79%
G = 32.3%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A7D6C (or 0x9A7D6C) is known color: Hemp. HEX triplet: 9A, 7D and 6C. RGB value is (154,125,108). Sum of RGB (Red+Green+Blue) = 154+125+108=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D6C is #658293. Grayscale: #838383. Windows color (decimal): -6652564 or 7110042. OLE color: 7110042.

HSL color Cylindrical-coordinate representation of color #9A7D6C: hue angle of 22.17º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A7D6C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 125 108 -
CMYK 0 0.19 0.30 0.40
HSL 22.17º 0.19% 0.51% -
HSV(B) 22.17º 0.3% 0.6% -
XYZ 23.37 22.62 17.32 -
YUV 131.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 154 125 108 0 0.19 0.30 0.40 22.17 0.19 0.51
Hex 9A 7D 6C 0 13 1E 28 16 13 33
Octal 232 175 154 0 23 36 50 26 23 63
Binary 10011010 1111101 1101100 0 10011 11110 101000 10110 10011 110011

Color Harmonies of #9A7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D6C

Black with #9A7D6C

Text Example


Text Example

White with #9A7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,108); }

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

background-color css

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

 a { background-color: rgb(154,125,108); }

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

border-color css

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

 span { border-color: rgb(154,125,108); }

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