#663D3C

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

Shades of Sanguine Brown #663D3C

Tints of Sanguine Brown #663D3C

Color information

#663D3C (or 0x663D3C) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3D and 3C. RGB value is (102,61,60). Sum of RGB (Red+Green+Blue) = 102+61+60=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3C is #99C2C3. Grayscale: #494949. Windows color (decimal): -10076868 or 3947878. OLE color: 3947878.

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

Color convert

RGB1026160-
CMYK00.400.410.6
HSL1.43º25.93%31.76%-
HSV(B)1.43º41.18%40%-
XYZ7.966.495.11-
YUV73.14120.58148.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=45.74%
G=27.35%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102616000.400.410.61.4325.9331.76
Hex663D3C028293C11a20
Octal1467574050517413240
Binary11001101111011111000101000101001111100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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