#673A36

Color #673A36 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #673A36

Tints of Sanguine Brown #673A36

Color information

#673A36 (or 0x673A36) is unknown color: approx Sanguine Brown. HEX triplet: 67, 3A and 36. RGB value is (103,58,54). Sum of RGB (Red+Green+Blue) = 103+58+54=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #673A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A36 is #98C5C9. Grayscale: #474747. Windows color (decimal): -10012106 or 3553895. OLE color: 3553895.

HSL color Cylindrical-coordinate representation of color #673A36: hue angle of 4.9º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #673A36 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1035854-
CMYK00.440.480.60
HSL4.9º31.21%30.78%-
HSV(B)4.9º47.57%40.39%-
XYZ7.776.184.27-
YUV71118.41150.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=47.91%
G=26.98%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103585400.440.480.604.931.2130.78
Hex673A3602C303C51f1f
Octal1477266054607453737
Binary110011111101011011001011001100001111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673A36; }

 p { color: rgb(103,58,54); }

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

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

 a { background-color: rgb(103,58,54); }

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

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

 span { border-color: rgb(103,58,54); }

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