#663934

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

Shades of Sanguine Brown #663934

Tints of Sanguine Brown #663934

Color information

#663934 (or 0x663934) is unknown color: approx Sanguine Brown. HEX triplet: 66, 39 and 34. RGB value is (102,57,52). Sum of RGB (Red+Green+Blue) = 102+57+52=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663934 is #99C6CB. Grayscale: #454545. Windows color (decimal): -10077900 or 3422566. OLE color: 3422566.

HSL color Cylindrical-coordinate representation of color #663934: hue angle of 6º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663934 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1025752-
CMYK00.440.490.6
HSL32.47%30.2%-
HSV(B)49.02%40%-
XYZ7.5664.01-
YUV69.88117.91150.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=48.34%
G=27.01%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102575200.440.490.6632.4730.2
Hex66393402C313C6201e
Octal1467164054617464036
Binary1100110111001110100010110011000111110011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663934; }

 p { color: rgb(102,57,52); }

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

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

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

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

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

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

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