#673F3C

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

Shades of Sanguine Brown #673F3C

Tints of Sanguine Brown #673F3C

Color information

#673F3C (or 0x673F3C) is unknown color: approx Sanguine Brown. HEX triplet: 67, 3F and 3C. RGB value is (103,63,60). Sum of RGB (Red+Green+Blue) = 103+63+60=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #673F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F3C is #98C0C3. Grayscale: #4A4A4A. Windows color (decimal): -10010820 or 3948391. OLE color: 3948391.

HSL color Cylindrical-coordinate representation of color #673F3C: hue angle of 4.19º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #673F3C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1036360-
CMYK00.390.420.60
HSL4.19º26.38%31.96%-
HSV(B)4.19º41.75%40.39%-
XYZ8.196.765.15-
YUV74.62119.75148.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=45.58%
G=27.88%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103636000.390.420.604.1926.3831.96
Hex673F3C0272A3C41a20
Octal1477774047527443240
Binary1100111111111111100010011110101011110010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,63,60); }

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

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

 a { background-color: rgb(103,63,60); }

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

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

 span { border-color: rgb(103,63,60); }

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