#6F424A

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

Shades of Tosca #6F424A

Tints of Tosca #6F424A

Color information

#6F424A (or 0x6F424A) is unknown color: approx Tosca. HEX triplet: 6F, 42 and 4A. RGB value is (111,66,74). Sum of RGB (Red+Green+Blue) = 111+66+74=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F424A is #90BDB5. Grayscale: #505050. Windows color (decimal): -9485750 or 4866671. OLE color: 4866671.

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

Color convert

RGB1116674-
CMYK00.410.330.56
HSL349.33º25.42%34.71%-
HSV(B)349.33º40.54%43.53%-
XYZ9.747.777.47-
YUV80.37124.41149.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=44.22%
G=26.29%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111667400.410.330.56349.3325.4234.71
Hex6F424A029213815d1923
Octal15710211205141705353143
Binary110111110000101001010010100110000111100010101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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