#663A38

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

Shades of Sanguine Brown #663A38

Tints of Sanguine Brown #663A38

Color information

#663A38 (or 0x663A38) is unknown color: approx Sanguine Brown. HEX triplet: 66, 3A and 38. RGB value is (102,58,56). Sum of RGB (Red+Green+Blue) = 102+58+56=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #663A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A38 is #99C5C7. Grayscale: #464646. Windows color (decimal): -10077640 or 3684966. OLE color: 3684966.

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

Color convert

RGB1025856-
CMYK00.430.450.6
HSL2.61º29.11%30.98%-
HSV(B)2.61º45.1%40%-
XYZ7.716.144.52-
YUV70.93119.58150.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=47.22%
G=26.85%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102585600.430.450.62.6129.1130.98
Hex663A3802B2D3C31d1f
Octal1467270053557433537
Binary11001101110101110000101011101101111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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