Html Css Color HEX #9A7D71 Hemp

📋 copy color: '#9A7D71'

red 154 ◦ green 125 ◦ blue 113

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

Shades of Hemp #9A7D71

Tints of Hemp #9A7D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 39.29%
G = 31.89%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A7D71 (or 0x9A7D71) is known color: Hemp. HEX triplet: 9A, 7D and 71. RGB value is (154,125,113). Sum of RGB (Red+Green+Blue) = 154+125+113=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D71 is #65828E. Grayscale: #848484. Windows color (decimal): -6652559 or 7437722. OLE color: 7437722.

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

Color convert

RGB 154 125 113 -
CMYK 0 0.19 0.27 0.40
HSL 17.56º 0.17% 0.52% -
HSV(B) 17.56º 0.27% 0.6% -
XYZ 23.64 22.73 18.76 -
YUV 132.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 154 125 113 0 0.19 0.27 0.40 17.56 0.17 0.52
Hex 9A 7D 71 0 13 1B 28 12 11 34
Octal 232 175 161 0 23 33 50 22 21 64
Binary 10011010 1111101 1110001 0 10011 11011 101000 10010 10001 110100

Color Harmonies of #9A7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D71

Black with #9A7D71

Text Example


Text Example

White with #9A7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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