#693735

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

Shades of Sanguine Brown #693735

Tints of Sanguine Brown #693735

Color information

#693735 (or 0x693735) is unknown color: approx Sanguine Brown. HEX triplet: 69, 37 and 35. RGB value is (105,55,53). Sum of RGB (Red+Green+Blue) = 105+55+53=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693735 is #96C8CA. Grayscale: #454545. Windows color (decimal): -9881803 or 3487593. OLE color: 3487593.

HSL color Cylindrical-coordinate representation of color #693735: hue angle of 2.31º 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 #693735 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1055553-
CMYK00.480.500.59
HSL2.31º32.91%30.98%-
HSV(B)2.31º49.52%41.18%-
XYZ7.835.994.11-
YUV69.72118.56153.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=49.30%
G=25.82%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105555300.480.500.592.3132.9130.98
Hex693735030323B2211f
Octal1516765060627324137
Binary110100111011111010101100001100101110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693735; }

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

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

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

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

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

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

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

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