#6C454B

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

Shades of Tosca #6C454B

Tints of Tosca #6C454B

Color information

#6C454B (or 0x6C454B) is unknown color: approx Tosca. HEX triplet: 6C, 45 and 4B. RGB value is (108,69,75). Sum of RGB (Red+Green+Blue) = 108+69+75=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C454B is #93BAB4. Grayscale: #515151. Windows color (decimal): -9681589 or 4932972. OLE color: 4932972.

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

Color convert

RGB1086975-
CMYK00.360.310.58
HSL350.77º22.03%34.71%-
HSV(B)350.77º36.11%42.35%-
XYZ9.587.957.69-
YUV81.34124.42147.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=42.86%
G=27.38%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108697500.360.310.58350.7722.0334.71
Hex6C454B0241F3A15f1623
Octal15410511304437725372643
Binary11011001000101100101101001001111111101010101111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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