#682625

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

Shades of Auburn #682625

Tints of Auburn #682625

Color information

#682625 (or 0x682625) is unknown color: approx Auburn. HEX triplet: 68, 26 and 25. RGB value is (104,38,37). Sum of RGB (Red+Green+Blue) = 104+38+37=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #682625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682625 is #97D9DA. Grayscale: #393939. Windows color (decimal): -9951707 or 2434664. OLE color: 2434664.

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

Color convert

RGB1043837-
CMYK00.630.640.59
HSL0.9º47.52%27.65%-
HSV(B)0.9º64.42%40.78%-
XYZ6.744.462.26-
YUV57.62116.37161.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=58.10%
G=21.23%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104383700.630.640.590.947.5227.65
Hex68262503F403B1301c
Octal15046450771007316034
Binary110100010011010010101111111000000111011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682625; }

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

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

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

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

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

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

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

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