#682725

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

Shades of Auburn #682725

Tints of Auburn #682725

Color information

#682725 (or 0x682725) is unknown color: approx Auburn. HEX triplet: 68, 27 and 25. RGB value is (104,39,37). Sum of RGB (Red+Green+Blue) = 104+39+37=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #682725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682725 is #97D8DA. Grayscale: #3A3A3A. Windows color (decimal): -9951451 or 2434920. OLE color: 2434920.

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

Color convert

RGB1043937-
CMYK00.620.640.59
HSL1.79º47.52%27.65%-
HSV(B)1.79º64.42%40.78%-
XYZ6.774.532.27-
YUV58.21116.03160.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=57.78%
G=21.67%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104393700.620.640.591.7947.5227.65
Hex68272503E403B2301c
Octal15047450761007326034
Binary1101000100111100101011111010000001110111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682725; }

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

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

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

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

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

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

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

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