#663737

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

Shades of Sanguine Brown #663737

Tints of Sanguine Brown #663737

Color information

#663737 (or 0x663737) is unknown color: approx Sanguine Brown. HEX triplet: 66, 37 and 37. RGB value is (102,55,55). Sum of RGB (Red+Green+Blue) = 102+55+55=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663737 is #99C8C8. Grayscale: #454545. Windows color (decimal): -10078409 or 3618662. OLE color: 3618662.

HSL color Cylindrical-coordinate representation of color #663737: hue angle of 0º 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 #663737 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB1025555-
CMYK00.460.460.6
HSL29.94%30.78%-
HSV(B)46.08%40%-
XYZ7.545.834.34-
YUV69.05120.07151.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=48.11%
G=25.94%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102555500.460.460.6029.9430.78
Hex66373702E2E3C01e1f
Octal1466767056567403637
Binary1100110110111110111010111010111011110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663737; }

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

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

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

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

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

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

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

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