#6D454A

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

Shades of Tosca #6D454A

Tints of Tosca #6D454A

Color information

#6D454A (or 0x6D454A) is unknown color: approx Tosca. HEX triplet: 6D, 45 and 4A. RGB value is (109,69,74). Sum of RGB (Red+Green+Blue) = 109+69+74=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D454A is #92BAB5. Grayscale: #515151. Windows color (decimal): -9616054 or 4867437. OLE color: 4867437.

HSL color Cylindrical-coordinate representation of color #6D454A: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D454A is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1096974-
CMYK00.370.320.57
HSL352.5º22.47%34.9%-
HSV(B)352.5º36.7%42.75%-
XYZ9.6787.51-
YUV81.53123.75147.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.25%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=43.25%
G=27.38%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109697400.370.320.57352.522.4734.9
Hex6D454A02520391601623
Octal15510511204540715402643
Binary110110110001011001010010010110000011100110110000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,74); }

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

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

 a { background-color: rgb(109,69,74); }

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

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

 span { border-color: rgb(109,69,74); }

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