#693C3A

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

Shades of Sanguine Brown #693C3A

Tints of Sanguine Brown #693C3A

Color information

#693C3A (or 0x693C3A) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3C and 3A. RGB value is (105,60,58). Sum of RGB (Red+Green+Blue) = 105+60+58=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C3A is #96C3C5. Grayscale: #494949. Windows color (decimal): -9880518 or 3816553. OLE color: 3816553.

HSL color Cylindrical-coordinate representation of color #693C3A: hue angle of 2.55º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693C3A is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1056058-
CMYK00.430.450.59
HSL2.55º28.83%31.96%-
HSV(B)2.55º44.76%41.18%-
XYZ8.216.544.83-
YUV73.23119.41150.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=47.09%
G=26.91%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105605800.430.450.592.5528.8331.96
Hex693C3A02B2D3B31d20
Octal1517472053557333540
Binary110100111110011101001010111011011110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693C3A; }

 p { color: rgb(105,60,58); }

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

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

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

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

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

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

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