#663B3A

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

Shades of Sanguine Brown #663B3A

Tints of Sanguine Brown #663B3A

Color information

#663B3A (or 0x663B3A) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3B and 3A. RGB value is (102,59,58). Sum of RGB (Red+Green+Blue) = 102+59+58=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3A is #99C4C5. Grayscale: #474747. Windows color (decimal): -10077382 or 3816294. OLE color: 3816294.

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

Color convert

RGB1025958-
CMYK00.420.430.6
HSL1.36º27.5%31.37%-
HSV(B)1.36º43.14%40%-
XYZ7.816.264.8-
YUV71.74120.25149.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=46.58%
G=26.94%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102595800.420.430.61.3627.531.37
Hex663B3A02A2B3C11c1f
Octal1467372052537413437
Binary1100110111011111010010101010101111110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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