#6C4344

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

Shades of Tosca #6C4344

Tints of Tosca #6C4344

Color information

#6C4344 (or 0x6C4344) is unknown color: approx Tosca. HEX triplet: 6C, 43 and 44. RGB value is (108,67,68). Sum of RGB (Red+Green+Blue) = 108+67+68=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4344 is #93BCBB. Grayscale: #4F4F4F. Windows color (decimal): -9682108 or 4473708. OLE color: 4473708.

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

Color convert

RGB1086768-
CMYK00.380.370.58
HSL358.54º23.43%34.31%-
HSV(B)358.54º37.96%42.35%-
XYZ9.237.626.45-
YUV79.37121.58148.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.44%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=44.44%
G=27.57%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108676800.380.370.58358.5423.4334.31
Hex6C4344026253A1671722
Octal15410310404645725472742
Binary110110010000111000100010011010010111101010110011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,67,68); }

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

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

 a { background-color: rgb(108,67,68); }

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

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

 span { border-color: rgb(108,67,68); }

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