#663B37

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

Shades of Sanguine Brown #663B37

Tints of Sanguine Brown #663B37

Color information

#663B37 (or 0x663B37) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3B and 37. RGB value is (102,59,55). Sum of RGB (Red+Green+Blue) = 102+59+55=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #663B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B37 is #99C4C8. Grayscale: #474747. Windows color (decimal): -10077385 or 3619686. OLE color: 3619686.

HSL color Cylindrical-coordinate representation of color #663B37: hue angle of 5.11º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663B37 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB1025955-
CMYK00.420.460.6
HSL5.11º29.94%30.78%-
HSV(B)5.11º46.08%40%-
XYZ7.736.234.41-
YUV71.4118.75149.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=47.22%
G=27.31%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102595500.420.460.65.1129.9430.78
Hex663B3702A2E3C51e1f
Octal1467367052567453637
Binary110011011101111011101010101011101111001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663B37; }

 p { color: rgb(102,59,55); }

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

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

 a { background-color: rgb(102,59,55); }

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

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

 span { border-color: rgb(102,59,55); }

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