#682726

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

Shades of Auburn #682726

Tints of Auburn #682726

Color information

#682726 (or 0x682726) is unknown color: approx Auburn. HEX triplet: 68, 27 and 26. RGB value is (104,39,38). Sum of RGB (Red+Green+Blue) = 104+39+38=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #682726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682726 is #97D8D9. Grayscale: #3A3A3A. Windows color (decimal): -9951450 or 2500456. OLE color: 2500456.

HSL color Cylindrical-coordinate representation of color #682726: hue angle of 0.91º 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 #682726 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1043938-
CMYK00.620.630.59
HSL0.91º46.48%27.84%-
HSV(B)0.91º63.46%40.78%-
XYZ6.784.532.35-
YUV58.32116.53160.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=57.46%
G=21.55%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104393800.620.630.590.9146.4827.84
Hex68272603E3F3B12e1c
Octal1504746076777315634
Binary11010001001111001100111110111111111011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682726; }

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

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

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

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

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

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

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

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