#6F434A

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

Shades of Tosca #6F434A

Tints of Tosca #6F434A

Color information

#6F434A (or 0x6F434A) is unknown color: approx Tosca. HEX triplet: 6F, 43 and 4A. RGB value is (111,67,74). Sum of RGB (Red+Green+Blue) = 111+67+74=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F434A is #90BCB5. Grayscale: #505050. Windows color (decimal): -9485494 or 4866927. OLE color: 4866927.

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

Color convert

RGB1116774-
CMYK00.400.330.56
HSL350.45º24.72%34.9%-
HSV(B)350.45º39.64%43.53%-
XYZ9.87.897.48-
YUV80.95124.08149.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=44.05%
G=26.59%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111677400.400.330.56350.4524.7234.9
Hex6F434A028213815e1923
Octal15710311205041705363143
Binary110111110000111001010010100010000111100010101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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