#672726

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

Shades of Auburn #672726

Tints of Auburn #672726

Color information

#672726 (or 0x672726) is unknown color: approx Auburn. HEX triplet: 67, 27 and 26. RGB value is (103,39,38). Sum of RGB (Red+Green+Blue) = 103+39+38=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #672726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672726 is #98D8D9. Grayscale: #3A3A3A. Windows color (decimal): -10016986 or 2500455. OLE color: 2500455.

HSL color Cylindrical-coordinate representation of color #672726: hue angle of 0.92º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672726 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1033938-
CMYK00.620.630.60
HSL0.92º46.1%27.65%-
HSV(B)0.92º63.11%40.39%-
XYZ6.674.472.35-
YUV58.02116.7160.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=57.22%
G=21.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103393800.620.630.600.9246.127.65
Hex67272603E3F3C12e1c
Octal1474746076777415634
Binary11001111001111001100111110111111111100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672726; }

 p { color: rgb(103,39,38); }

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

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

 a { background-color: rgb(103,39,38); }

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

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

 span { border-color: rgb(103,39,38); }

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