#663937

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

Shades of Sanguine Brown #663937

Tints of Sanguine Brown #663937

Color information

#663937 (or 0x663937) is unknown color: approx Sanguine Brown. HEX triplet: 66, 39 and 37. RGB value is (102,57,55). Sum of RGB (Red+Green+Blue) = 102+57+55=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #663937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663937 is #99C6C8. Grayscale: #464646. Windows color (decimal): -10077897 or 3619174. OLE color: 3619174.

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

Color convert

RGB1025755-
CMYK00.440.460.6
HSL2.55º29.94%30.78%-
HSV(B)2.55º46.08%40%-
XYZ7.636.034.38-
YUV70.23119.41150.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=47.66%
G=26.64%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102575500.440.460.62.5529.9430.78
Hex66393702C2E3C31e1f
Octal1467167054567433637
Binary11001101110011101110101100101110111100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663937; }

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

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

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

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

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

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

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

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