#682724

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

Shades of Auburn #682724

Tints of Auburn #682724

Color information

#682724 (or 0x682724) is unknown color: approx Auburn. HEX triplet: 68, 27 and 24. RGB value is (104,39,36). Sum of RGB (Red+Green+Blue) = 104+39+36=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #682724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682724 is #97D8DB. Grayscale: #3A3A3A. Windows color (decimal): -9951452 or 2369384. OLE color: 2369384.

HSL color Cylindrical-coordinate representation of color #682724: hue angle of 2.65º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682724 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1043936-
CMYK00.620.650.59
HSL2.65º48.57%27.45%-
HSV(B)2.65º65.38%40.78%-
XYZ6.754.522.19-
YUV58.09115.53160.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=58.10%
G=21.79%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104393600.620.650.592.6548.5727.45
Hex68272403E413B3311b
Octal15047440761017336133
Binary1101000100111100100011111010000011110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682724; }

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

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

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

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

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

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

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

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