#A67C6F

Color #A67C6F Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A67C6F

Tints of Hemp #A67C6F

Color information

#A67C6F (or 0xA67C6F) is unknown color: approx Hemp. HEX triplet: A6, 7C and 6F. RGB value is (166,124,111). Sum of RGB (Red+Green+Blue) = 166+124+111=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C6F is #598390. Grayscale: #878787. Windows color (decimal): -5866385 or 7306406. OLE color: 7306406.

HSL color Cylindrical-coordinate representation of color #A67C6F: hue angle of 14.18º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67C6F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166124111-
CMYK00.250.330.35
HSL14.18º23.61%54.31%-
HSV(B)14.18º33.13%65.1%-
XYZ25.823.6718.25-
YUV135.08114.41150.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=41.40%
G=30.92%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612411100.250.330.3514.1823.6154.31
HexA67C6F0192123e1836
Octal2461741570314143163066
Binary1010011011111001101111011001100001100011111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C6F; }

 p { color: rgb(166,124,111); }

 H1.HeaderClassName
 {
   color: #A67C6F;
 }
 .AnyTagClassName
 {
   color: #A67C6F;
 }
</style>
background-color css

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

 a { background-color: rgb(166,124,111); }

 div.DivClassName
 {
   background-color: #A67C6F;
 }
 .BgClassName
 {
   background-color: #A67C6F;
 }
</style>
border-color css

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

 span { border-color: rgb(166,124,111); }

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