#663F3F

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

Shades of Sanguine Brown #663F3F

Tints of Sanguine Brown #663F3F

Color information

#663F3F (or 0x663F3F) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3F and 3F. RGB value is (102,63,63). Sum of RGB (Red+Green+Blue) = 102+63+63=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #663F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F3F is #99C0C0. Grayscale: #4A4A4A. Windows color (decimal): -10076353 or 4144998. OLE color: 4144998.

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

Color convert

RGB1026363-
CMYK00.380.380.6
HSL23.64%32.35%-
HSV(B)38.24%40%-
XYZ8.156.745.57-
YUV74.66121.42147.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 63 (25% from 255) = 27.63%
R=44.74%
G=27.63%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102636300.380.380.6023.6432.35
Hex663F3F026263C01820
Octal1467777046467403040
Binary11001101111111111110100110100110111100011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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