#6B464A

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

Shades of Tosca #6B464A

Tints of Tosca #6B464A

Color information

#6B464A (or 0x6B464A) is unknown color: approx Tosca. HEX triplet: 6B, 46 and 4A. RGB value is (107,70,74). Sum of RGB (Red+Green+Blue) = 107+70+74=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B464A is #94B9B5. Grayscale: #515151. Windows color (decimal): -9746870 or 4867691. OLE color: 4867691.

HSL color Cylindrical-coordinate representation of color #6B464A: hue angle of 353.51º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B464A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1077074-
CMYK00.350.310.58
HSL353.51º20.9%34.71%-
HSV(B)353.51º34.58%41.96%-
XYZ9.4987.52-
YUV81.52123.76146.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=42.63%
G=27.89%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107707400.350.310.58353.5120.934.71
Hex6B464A0231F3A1621523
Octal15310611204337725422543
Binary11010111000110100101001000111111111101010110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,74); }

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

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

 a { background-color: rgb(107,70,74); }

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

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

 span { border-color: rgb(107,70,74); }

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