Html Css Color HEX #6C3B40 Tosca

📋 copy color: '#6C3B40'

red 108 ◦ green 59 ◦ blue 64

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

Shades of Tosca #6C3B40

Tints of Tosca #6C3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 46.75%
G = 25.54%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6C3B40 (or 0x6C3B40) is known color: Tosca. HEX triplet: 6C, 3B and 40. RGB value is (108,59,64). Sum of RGB (Red+Green+Blue) = 108+59+64=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B40 is #93C4BF. Grayscale: #4A4A4A. Windows color (decimal): -9684160 or 4209516. OLE color: 4209516.

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

Color convert

RGB 108 59 64 -
CMYK 0 0.45 0.41 0.58
HSL 353.88º 0.29% 0.33% -
HSV(B) 353.88º 0.45% 0.42% -
XYZ 8.67 6.69 5.68 -
YUV 74.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 108 59 64 0 0.45 0.41 0.58 353.88 0.29 0.33
Hex 6C 3B 40 0 2D 29 3A 162 1D 21
Octal 154 73 100 0 55 51 72 542 35 41
Binary 1101100 111011 1000000 0 101101 101001 111010 101100010 11101 100001

Color Harmonies of #6C3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3B40

Black with #6C3B40

Text Example


Text Example

White with #6C3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,59,64); }

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

background-color css

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

 a { background-color: rgb(108,59,64); }

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

border-color css

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

 span { border-color: rgb(108,59,64); }

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