#6D454B

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

Shades of Tosca #6D454B

Tints of Tosca #6D454B

Color information

#6D454B (or 0x6D454B) is unknown color: approx Tosca. HEX triplet: 6D, 45 and 4B. RGB value is (109,69,75). Sum of RGB (Red+Green+Blue) = 109+69+75=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D454B is #92BAB4. Grayscale: #515151. Windows color (decimal): -9616053 or 4932973. OLE color: 4932973.

HSL color Cylindrical-coordinate representation of color #6D454B: hue angle of 351º 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 #6D454B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1096975-
CMYK00.370.310.57
HSL351º22.47%34.9%-
HSV(B)351º36.7%42.75%-
XYZ9.78.027.69-
YUV81.64124.25147.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=43.08%
G=27.27%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109697500.370.310.5735122.4734.9
Hex6D454B0251F3915f1623
Octal15510511304537715372643
Binary11011011000101100101101001011111111100110101111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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