#a67b6c

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

Shades of Hemp #A67B6C

Tints of Hemp #A67B6C

Color information

#A67B6C (or 0xA67B6C) is unknown color: approx Hemp. HEX triplet: A6, 7B and 6C. RGB value is (166,123,108). Sum of RGB (Red+Green+Blue) = 166+123+108=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B6C is #598493. Grayscale: #868686. Windows color (decimal): -5866644 or 7109542. OLE color: 7109542.

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

Color convert

RGB166123108-
CMYK00.260.350.35
HSL15.52º24.58%53.73%-
HSV(B)15.52º34.94%65.1%-
XYZ25.5223.3617.35-
YUV134.15113.25150.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=41.81%
G=30.98%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612310800.260.350.3515.5224.5853.73
HexA67B6C01A2323101936
Octal2461731540324343203166
Binary10100110111101111011000110101000111000111000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a67b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a67b6c; }

 p { color: rgb(166,123,108); }

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

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

 a { background-color: rgb(166,123,108); }

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

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

 span { border-color: rgb(166,123,108); }

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