#6F444C

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

Shades of Tosca #6F444C

Tints of Tosca #6F444C

Color information

#6F444C (or 0x6F444C) is unknown color: approx Tosca. HEX triplet: 6F, 44 and 4C. RGB value is (111,68,76). Sum of RGB (Red+Green+Blue) = 111+68+76=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F444C is #90BBB3. Grayscale: #515151. Windows color (decimal): -9485236 or 4998255. OLE color: 4998255.

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

Color convert

RGB1116876-
CMYK00.390.320.56
HSL348.84º24.02%35.1%-
HSV(B)348.84º38.74%43.53%-
XYZ9.938.047.87-
YUV81.77124.75148.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=43.53%
G=26.67%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111687600.390.320.56348.8424.0235.1
Hex6F444C027203815d1823
Octal15710411404740705353043
Binary110111110001001001100010011110000011100010101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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