#682626

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

Shades of Auburn #682626

Tints of Auburn #682626

Color information

#682626 (or 0x682626) is unknown color: approx Auburn. HEX triplet: 68, 26 and 26. RGB value is (104,38,38). Sum of RGB (Red+Green+Blue) = 104+38+38=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #682626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682626 is #97D9D9. Grayscale: #393939. Windows color (decimal): -9951706 or 2500200. OLE color: 2500200.

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

Color convert

RGB1043838-
CMYK00.630.630.59
HSL46.48%27.84%-
HSV(B)63.46%40.78%-
XYZ6.754.472.34-
YUV57.73116.87161-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=57.78%
G=21.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104383800.630.630.59046.4827.84
Hex68262603F3F3B02e1c
Octal1504646077777305634
Binary11010001001101001100111111111111111011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682626; }

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

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

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

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

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

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

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

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