#682926

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

Shades of Auburn #682926

Tints of Auburn #682926

Color information

#682926 (or 0x682926) is unknown color: approx Auburn. HEX triplet: 68, 29 and 26. RGB value is (104,41,38). Sum of RGB (Red+Green+Blue) = 104+41+38=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #682926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682926 is #97D6D9. Grayscale: #3B3B3B. Windows color (decimal): -9950938 or 2500968. OLE color: 2500968.

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

Color convert

RGB1044138-
CMYK00.610.630.59
HSL2.73º46.48%27.84%-
HSV(B)2.73º63.46%40.78%-
XYZ6.854.672.37-
YUV59.5115.87159.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=56.83%
G=22.40%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104413800.610.630.592.7346.4827.84
Hex68292603D3F3B32e1c
Octal1505146075777335634
Binary110100010100110011001111011111111110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682926; }

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

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

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

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

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

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

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

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