#663C3C

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

Shades of Sanguine Brown #663C3C

Tints of Sanguine Brown #663C3C

Color information

#663C3C (or 0x663C3C) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3C and 3C. RGB value is (102,60,60). Sum of RGB (Red+Green+Blue) = 102+60+60=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C3C is #99C3C3. Grayscale: #484848. Windows color (decimal): -10077124 or 3947622. OLE color: 3947622.

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

Color convert

RGB1026060-
CMYK00.410.410.6
HSL25.93%31.76%-
HSV(B)41.18%40%-
XYZ7.916.385.09-
YUV72.56120.91149-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=45.95%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102606000.410.410.6025.9331.76
Hex663C3C029293C01a20
Octal1467474051517403240
Binary11001101111001111000101001101001111100011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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