#6F454C

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

Shades of Tosca #6F454C

Tints of Tosca #6F454C

Color information

#6F454C (or 0x6F454C) is unknown color: approx Tosca. HEX triplet: 6F, 45 and 4C. RGB value is (111,69,76). Sum of RGB (Red+Green+Blue) = 111+69+76=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F454C is #90BAB3. Grayscale: #525252. Windows color (decimal): -9484980 or 4998511. OLE color: 4998511.

HSL color Cylindrical-coordinate representation of color #6F454C: hue angle of 350º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F454C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1116976-
CMYK00.380.320.56
HSL350º23.33%35.29%-
HSV(B)350º37.84%43.53%-
XYZ9.998.167.89-
YUV82.36124.41148.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=43.36%
G=26.95%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111697600.380.320.5635023.3335.29
Hex6F454C026203815e1723
Octal15710511404640705362743
Binary110111110001011001100010011010000011100010101111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,76); }

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

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

 a { background-color: rgb(111,69,76); }

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

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

 span { border-color: rgb(111,69,76); }

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