#6A2723

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

Shades of Auburn #6A2723

Tints of Auburn #6A2723

Color information

#6A2723 (or 0x6A2723) is unknown color: approx Auburn. HEX triplet: 6A, 27 and 23. RGB value is (106,39,35). Sum of RGB (Red+Green+Blue) = 106+39+35=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2723 is #95D8DC. Grayscale: #3A3A3A. Windows color (decimal): -9820381 or 2303850. OLE color: 2303850.

HSL color Cylindrical-coordinate representation of color #6A2723: hue angle of 3.38º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2723 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1063935-
CMYK00.630.670.58
HSL3.38º50.35%27.65%-
HSV(B)3.38º66.98%41.57%-
XYZ6.974.642.12-
YUV58.58114.7161.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=58.89%
G=21.67%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106393500.630.670.583.3850.3527.65
Hex6A272303F433A3321c
Octal15247430771037236234
Binary1101010100111100011011111110000111110101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2723; }

 p { color: rgb(106,39,35); }

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

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

 a { background-color: rgb(106,39,35); }

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

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

 span { border-color: rgb(106,39,35); }

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