#6A3F40

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

Shades of Tosca #6A3F40

Tints of Tosca #6A3F40

Color information

#6A3F40 (or 0x6A3F40) is unknown color: approx Tosca. HEX triplet: 6A, 3F and 40. RGB value is (106,63,64). Sum of RGB (Red+Green+Blue) = 106+63+64=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F40 is #95C0BF. Grayscale: #4C4C4C. Windows color (decimal): -9814208 or 4210538. OLE color: 4210538.

HSL color Cylindrical-coordinate representation of color #6A3F40: hue angle of 358.6º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A3F40 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB1066364-
CMYK00.410.400.58
HSL358.6º25.44%33.14%-
HSV(B)358.6º40.57%41.57%-
XYZ8.656.995.74-
YUV75.97121.25149.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=45.49%
G=27.04%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106636400.410.400.58358.625.4433.14
Hex6A3F40029283A1671921
Octal1527710005150725473141
Binary11010101111111000000010100110100011101010110011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3F40; }

 p { color: rgb(106,63,64); }

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

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

 a { background-color: rgb(106,63,64); }

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

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

 span { border-color: rgb(106,63,64); }

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