#682925

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

Shades of Auburn #682925

Tints of Auburn #682925

Color information

#682925 (or 0x682925) is unknown color: approx Auburn. HEX triplet: 68, 29 and 25. RGB value is (104,41,37). Sum of RGB (Red+Green+Blue) = 104+41+37=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682925 is #97D6DA. Grayscale: #3B3B3B. Windows color (decimal): -9950939 or 2435432. OLE color: 2435432.

HSL color Cylindrical-coordinate representation of color #682925: hue angle of 3.58º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682925 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1044137-
CMYK00.610.640.59
HSL3.58º47.52%27.65%-
HSV(B)3.58º64.42%40.78%-
XYZ6.844.662.29-
YUV59.38115.37159.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=57.14%
G=22.53%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104413700.610.640.593.5847.5227.65
Hex68292503D403B4301c
Octal15051450751007346034
Binary11010001010011001010111101100000011101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682925; }

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

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

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

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

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

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

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

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