#663F3D

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

Shades of Sanguine Brown #663F3D

Tints of Sanguine Brown #663F3D

Color information

#663F3D (or 0x663F3D) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3F and 3D. RGB value is (102,63,61). Sum of RGB (Red+Green+Blue) = 102+63+61=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F3D is #99C0C2. Grayscale: #4A4A4A. Windows color (decimal): -10076355 or 4013926. OLE color: 4013926.

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

Color convert

RGB1026361-
CMYK00.380.400.6
HSL2.93º25.15%31.96%-
HSV(B)2.93º40.2%40%-
XYZ8.16.725.28-
YUV74.43120.42147.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=45.13%
G=27.88%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102636100.380.400.62.9325.1531.96
Hex663F3D026283C31920
Octal1467775046507433140
Binary110011011111111110101001101010001111001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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