#6A454B

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

Shades of Tosca #6A454B

Tints of Tosca #6A454B

Color information

#6A454B (or 0x6A454B) is unknown color: approx Tosca. HEX triplet: 6A, 45 and 4B. RGB value is (106,69,75). Sum of RGB (Red+Green+Blue) = 106+69+75=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A454B is #95BAB4. Grayscale: #505050. Windows color (decimal): -9812661 or 4932970. OLE color: 4932970.

HSL color Cylindrical-coordinate representation of color #6A454B: hue angle of 350.27º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A454B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1066975-
CMYK00.350.290.58
HSL350.27º21.14%34.31%-
HSV(B)350.27º34.91%41.57%-
XYZ9.347.837.68-
YUV80.75124.76146.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 75 (29.69% from 255) = 30%
R=42.4%
G=27.6%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106697500.350.290.58350.2721.1434.31
Hex6A454B0231D3A15e1522
Octal15210511304335725362542
Binary11010101000101100101101000111110111101010101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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