#A67C6E

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

Shades of Hemp #A67C6E

Tints of Hemp #A67C6E

Color information

#A67C6E (or 0xA67C6E) is unknown color: approx Hemp. HEX triplet: A6, 7C and 6E. RGB value is (166,124,110). Sum of RGB (Red+Green+Blue) = 166+124+110=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C6E is #598391. Grayscale: #878787. Windows color (decimal): -5866386 or 7240870. OLE color: 7240870.

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

Color convert

RGB166124110-
CMYK00.250.340.35
HSL15º23.93%54.12%-
HSV(B)15º33.73%65.1%-
XYZ25.7523.6517.96-
YUV134.96113.91150.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=41.5%
G=31%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612411000.250.340.351523.9354.12
HexA67C6E0192223f1836
Octal2461741560314243173066
Binary1010011011111001101110011001100010100011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C6E; }

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

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

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

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

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

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

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

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