#682924

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

Shades of Auburn #682924

Tints of Auburn #682924

Color information

#682924 (or 0x682924) is unknown color: approx Auburn. HEX triplet: 68, 29 and 24. RGB value is (104,41,36). Sum of RGB (Red+Green+Blue) = 104+41+36=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #682924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682924 is #97D6DB. Grayscale: #3B3B3B. Windows color (decimal): -9950940 or 2369896. OLE color: 2369896.

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

Color convert

RGB1044136-
CMYK00.610.650.59
HSL4.41º48.57%27.45%-
HSV(B)4.41º65.38%40.78%-
XYZ6.824.662.21-
YUV59.27114.87159.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=57.46%
G=22.65%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104413600.610.650.594.4148.5727.45
Hex68292403D413B4311b
Octal15051440751017346133
Binary11010001010011001000111101100000111101110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682924; }

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

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

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

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

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

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

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

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