#6F454D

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

Shades of Tosca #6F454D

Tints of Tosca #6F454D

Color information

#6F454D (or 0x6F454D) is unknown color: approx Tosca. HEX triplet: 6F, 45 and 4D. RGB value is (111,69,77). Sum of RGB (Red+Green+Blue) = 111+69+77=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F454D is #90BAB2. Grayscale: #525252. Windows color (decimal): -9484979 or 5064047. OLE color: 5064047.

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

Color convert

RGB1116977-
CMYK00.380.310.56
HSL348.57º23.33%35.29%-
HSV(B)348.57º37.84%43.53%-
XYZ10.028.178.07-
YUV82.47124.91148.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=43.19%
G=26.85%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111697700.380.310.56348.5723.3335.29
Hex6F454D0261F3815d1723
Octal15710511504637705352743
Binary11011111000101100110101001101111111100010101110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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