#693F44

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

Shades of Tosca #693F44

Tints of Tosca #693F44

Color information

#693F44 (or 0x693F44) is unknown color: approx Tosca. HEX triplet: 69, 3F and 44. RGB value is (105,63,68). Sum of RGB (Red+Green+Blue) = 105+63+68=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #693F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F44 is #96C0BB. Grayscale: #4C4C4C. Windows color (decimal): -9879740 or 4472681. OLE color: 4472681.

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

Color convert

RGB1056368-
CMYK00.40.350.59
HSL352.86º25%32.94%-
HSV(B)352.86º40%41.18%-
XYZ8.656.986.36-
YUV76.13123.41148.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=44.49%
G=26.69%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105636800.40.350.59352.862532.94
Hex693F44028233B1611921
Octal1517710405043735413141
Binary11010011111111000100010100010001111101110110000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,68); }

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

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

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

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

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

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

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