Html Css Color HEX #6C4446 Tosca

📋 copy color: '#6C4446'

red 108 ◦ green 68 ◦ blue 70

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

Shades of Tosca #6C4446

Tints of Tosca #6C4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 43.9%
G = 27.64%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6C4446 (or 0x6C4446) is known color: Tosca. HEX triplet: 6C, 44 and 46. RGB value is (108,68,70). Sum of RGB (Red+Green+Blue) = 108+68+70=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4446 is #93BBB9. Grayscale: #505050. Windows color (decimal): -9681850 or 4605036. OLE color: 4605036.

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

Color convert

RGB 108 68 70 -
CMYK 0 0.37 0.35 0.58
HSL 357º 0.23% 0.35% -
HSV(B) 357º 0.37% 0.42% -
XYZ 9.36 7.76 6.8 -
YUV 80.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 108 68 70 0 0.37 0.35 0.58 357 0.23 0.35
Hex 6C 44 46 0 25 23 3A 165 17 23
Octal 154 104 106 0 45 43 72 545 27 43
Binary 1101100 1000100 1000110 0 100101 100011 111010 101100101 10111 100011

Color Harmonies of #6C4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4446

Black with #6C4446

Text Example


Text Example

White with #6C4446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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