#672925

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

Shades of Auburn #672925

Tints of Auburn #672925

Color information

#672925 (or 0x672925) is unknown color: approx Auburn. HEX triplet: 67, 29 and 25. RGB value is (103,41,37). Sum of RGB (Red+Green+Blue) = 103+41+37=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #672925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672925 is #98D6DA. Grayscale: #3B3B3B. Windows color (decimal): -10016475 or 2435431. OLE color: 2435431.

HSL color Cylindrical-coordinate representation of color #672925: hue angle of 3.64º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #672925 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB1034137-
CMYK00.600.640.60
HSL3.64º47.14%27.45%-
HSV(B)3.64º64.08%40.39%-
XYZ6.724.62.28-
YUV59.08115.54159.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.91%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=56.91%
G=22.65%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103413700.600.640.603.6447.1427.45
Hex67292503C403C42f1b
Octal14751450741007445733
Binary11001111010011001010111100100000011110010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672925; }

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

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

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

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

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

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

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

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