Html Css Color HEX #6D3B42 Tosca

📋 copy color: '#6D3B42'

red 109 ◦ green 59 ◦ blue 66

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

Shades of Tosca #6D3B42

Tints of Tosca #6D3B42

RGB

 RED value IS 109 (42.97% from 255) = 46.58%

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

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 46.58%
G = 25.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#6D3B42 (or 0x6D3B42) is known color: Tosca. HEX triplet: 6D, 3B and 42. RGB value is (109,59,66). Sum of RGB (Red+Green+Blue) = 109+59+66=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B42 is #92C4BD. Grayscale: #4A4A4A. Windows color (decimal): -9618622 or 4340589. OLE color: 4340589.

HSL color Cylindrical-coordinate representation of color #6D3B42: hue angle of 351.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D3B42 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 59 66 -
CMYK 0 0.46 0.39 0.57
HSL 351.6º 0.3% 0.33% -
HSV(B) 351.6º 0.46% 0.43% -
XYZ 8.85 6.77 5.99 -
YUV 74.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 109 59 66 0 0.46 0.39 0.57 351.6 0.3 0.33
Hex 6D 3B 42 0 2E 27 39 160 1E 21
Octal 155 73 102 0 56 47 71 540 36 41
Binary 1101101 111011 1000010 0 101110 100111 111001 101100000 11110 100001

Color Harmonies of #6D3B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3B42

Black with #6D3B42

Text Example


Text Example

White with #6D3B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,66); }

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

background-color css

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

 a { background-color: rgb(109,59,66); }

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

border-color css

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

 span { border-color: rgb(109,59,66); }

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