#682A26

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

Shades of Auburn #682A26

Tints of Auburn #682A26

Color information

#682A26 (or 0x682A26) is unknown color: approx Auburn. HEX triplet: 68, 2A and 26. RGB value is (104,42,38). Sum of RGB (Red+Green+Blue) = 104+42+38=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #682A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A26 is #97D5D9. Grayscale: #3C3C3C. Windows color (decimal): -9950682 or 2501224. OLE color: 2501224.

HSL color Cylindrical-coordinate representation of color #682A26: hue angle of 3.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682A26 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1044238-
CMYK00.600.630.59
HSL3.64º46.48%27.84%-
HSV(B)3.64º63.46%40.78%-
XYZ6.894.742.39-
YUV60.08115.54159.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 42 (16.80% from 255) = 22.83%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=56.52%
G=22.83%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104423800.600.630.593.6446.4827.84
Hex682A2603C3F3B42e1c
Octal1505246074777345634
Binary1101000101010100110011110011111111101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682A26; }

 p { color: rgb(104,42,38); }

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

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

 a { background-color: rgb(104,42,38); }

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

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

 span { border-color: rgb(104,42,38); }

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