#6F434C

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

Shades of Tosca #6F434C

Tints of Tosca #6F434C

Color information

#6F434C (or 0x6F434C) is unknown color: approx Tosca. HEX triplet: 6F, 43 and 4C. RGB value is (111,67,76). Sum of RGB (Red+Green+Blue) = 111+67+76=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F434C is #90BCB3. Grayscale: #515151. Windows color (decimal): -9485492 or 4997999. OLE color: 4997999.

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

Color convert

RGB1116776-
CMYK00.400.320.56
HSL347.73º24.72%34.9%-
HSV(B)347.73º39.64%43.53%-
XYZ9.877.927.85-
YUV81.18125.08149.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=43.70%
G=26.38%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111677600.400.320.56347.7324.7234.9
Hex6F434C028203815c1923
Octal15710311405040705343143
Binary110111110000111001100010100010000011100010101110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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