#693535

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

Shades of Sanguine Brown #693535

Tints of Sanguine Brown #693535

Color information

#693535 (or 0x693535) is unknown color: approx Sanguine Brown. HEX triplet: 69, 35 and 35. RGB value is (105,53,53). Sum of RGB (Red+Green+Blue) = 105+53+53=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693535 is #96CACA. Grayscale: #444444. Windows color (decimal): -9882315 or 3487081. OLE color: 3487081.

HSL color Cylindrical-coordinate representation of color #693535: hue angle of 0º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693535 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1055353-
CMYK00.500.500.59
HSL32.91%30.98%-
HSV(B)49.52%41.18%-
XYZ7.745.814.08-
YUV68.55119.23154-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=49.76%
G=25.12%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105535300.500.500.59032.9130.98
Hex693535032323B0211f
Octal1516565062627304137
Binary11010011101011101010110010110010111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693535; }

 p { color: rgb(105,53,53); }

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

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

 a { background-color: rgb(105,53,53); }

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

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

 span { border-color: rgb(105,53,53); }

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