#662828

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

Shades of Auburn #662828

Tints of Auburn #662828

Color information

#662828 (or 0x662828) is unknown color: approx Auburn. HEX triplet: 66, 28 and 28. RGB value is (102,40,40). Sum of RGB (Red+Green+Blue) = 102+40+40=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662828 is #99D7D7. Grayscale: #3A3A3A. Windows color (decimal): -10082264 or 2631782. OLE color: 2631782.

HSL color Cylindrical-coordinate representation of color #662828: hue angle of 0º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662828 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1024040-
CMYK00.610.610.6
HSL43.66%27.84%-
HSV(B)60.78%40%-
XYZ6.624.52.53-
YUV58.54117.54159-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=56.04%
G=21.98%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102404000.610.610.6043.6627.84
Hex66282803D3D3C02c1c
Octal1465050075757405434
Binary11001101010001010000111101111101111100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662828; }

 p { color: rgb(102,40,40); }

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

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

 a { background-color: rgb(102,40,40); }

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

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

 span { border-color: rgb(102,40,40); }

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