Html Css Color HEX #9A796F Hemp

📋 copy color: '#9A796F'

red 154 ◦ green 121 ◦ blue 111

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

Shades of Hemp #9A796F

Tints of Hemp #9A796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 39.9%
G = 31.35%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A796F (or 0x9A796F) is known color: Hemp. HEX triplet: 9A, 79 and 6F. RGB value is (154,121,111). Sum of RGB (Red+Green+Blue) = 154+121+111=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A796F is #658690. Grayscale: #818181. Windows color (decimal): -6653585 or 7305626. OLE color: 7305626.

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

Color convert

RGB 154 121 111 -
CMYK 0 0.21 0.28 0.40
HSL 13.95º 0.18% 0.52% -
HSV(B) 13.95º 0.28% 0.6% -
XYZ 23.03 21.69 18.01 -
YUV 129.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 154 121 111 0 0.21 0.28 0.40 13.95 0.18 0.52
Hex 9A 79 6F 0 15 1C 28 E 12 34
Octal 232 171 157 0 25 34 50 16 22 64
Binary 10011010 1111001 1101111 0 10101 11100 101000 1110 10010 110100

Color Harmonies of #9A796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A796F

Black with #9A796F

Text Example


Text Example

White with #9A796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,121,111); }

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

background-color css

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

 a { background-color: rgb(154,121,111); }

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

border-color css

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

 span { border-color: rgb(154,121,111); }

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