#6C4748

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

Shades of Tosca #6C4748

Tints of Tosca #6C4748

Color information

#6C4748 (or 0x6C4748) is unknown color: approx Tosca. HEX triplet: 6C, 47 and 48. RGB value is (108,71,72). Sum of RGB (Red+Green+Blue) = 108+71+72=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4748 is #93B8B7. Grayscale: #525252. Windows color (decimal): -9681080 or 4736876. OLE color: 4736876.

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

Color convert

RGB1087172-
CMYK00.340.330.58
HSL358.38º20.67%35.1%-
HSV(B)358.38º34.26%42.35%-
XYZ9.618.167.2-
YUV82.18122.26146.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.03%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=43.03%
G=28.29%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108717200.340.330.58358.3820.6735.1
Hex6C4748022213A1661523
Octal15410711004241725462543
Binary110110010001111001000010001010000111101010110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,72); }

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

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

 a { background-color: rgb(108,71,72); }

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

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

 span { border-color: rgb(108,71,72); }

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