#693B40

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

Shades of Tosca #693B40

Tints of Tosca #693B40

Color information

#693B40 (or 0x693B40) is unknown color: approx Tosca. HEX triplet: 69, 3B and 40. RGB value is (105,59,64). Sum of RGB (Red+Green+Blue) = 105+59+64=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #693B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B40 is #96C4BF. Grayscale: #494949. Windows color (decimal): -9880768 or 4209513. OLE color: 4209513.

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

Color convert

RGB1055964-
CMYK00.440.390.59
HSL353.48º28.05%32.16%-
HSV(B)353.48º43.81%41.18%-
XYZ8.326.55.67-
YUV73.32122.74150.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=46.05%
G=25.88%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105596400.440.390.59353.4828.0532.16
Hex693B4002C273B1611c20
Octal1517310005447735413440
Binary11010011110111000000010110010011111101110110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,64); }

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

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

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

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

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

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

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