Html Css Color HEX #6C4249 Tosca

📋 copy color: '#6C4249'

red 108 ◦ green 66 ◦ blue 73

#6C4249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #6C4249

Tints of Tosca #6C4249

RGB

 RED value IS 108 (42.58% from 255) = 43.72%

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 43.72%
G = 26.72%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C4249 (or 0x6C4249) is known color: Tosca. HEX triplet: 6C, 42 and 49. RGB value is (108,66,73). Sum of RGB (Red+Green+Blue) = 108+66+73=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4249 is #93BDB6. Grayscale: #4F4F4F. Windows color (decimal): -9682359 or 4801132. OLE color: 4801132.

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

Color convert

RGB 108 66 73 -
CMYK 0 0.39 0.32 0.58
HSL 350º 0.24% 0.34% -
HSV(B) 350º 0.39% 0.42% -
XYZ 9.34 7.57 7.27 -
YUV 79.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 108 66 73 0 0.39 0.32 0.58 350 0.24 0.34
Hex 6C 42 49 0 27 20 3A 15E 18 22
Octal 154 102 111 0 47 40 72 536 30 42
Binary 1101100 1000010 1001001 0 100111 100000 111010 101011110 11000 100010

Color Harmonies of #6C4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4249

Black with #6C4249

Text Example


Text Example

White with #6C4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,66,73); }

 H1.HeaderClassName
 {
   color: #6C4249;
 }
 .AnyTagClassName
 {
   color: #6C4249;
 }
</style>

background-color css

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

 a { background-color: rgb(108,66,73); }

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

border-color css

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

 span { border-color: rgb(108,66,73); }

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