#6F484B

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

Shades of Tosca #6F484B

Tints of Tosca #6F484B

Color information

#6F484B (or 0x6F484B) is unknown color: approx Tosca. HEX triplet: 6F, 48 and 4B. RGB value is (111,72,75). Sum of RGB (Red+Green+Blue) = 111+72+75=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F484B is #90B7B4. Grayscale: #545454. Windows color (decimal): -9484213 or 4933743. OLE color: 4933743.

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

Color convert

RGB1117275-
CMYK00.350.320.56
HSL355.38º21.31%35.88%-
HSV(B)355.38º35.14%43.53%-
XYZ10.148.527.77-
YUV84122.92147.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=43.02%
G=27.91%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111727500.350.320.56355.3821.3135.88
Hex6F484B02320381631524
Octal15711011304340705432544
Binary110111110010001001011010001110000011100010110001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,75); }

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

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

 a { background-color: rgb(111,72,75); }

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

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

 span { border-color: rgb(111,72,75); }

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