Html Css Color HEX #6C4148 Tosca

📋 copy color: '#6C4148'

red 108 ◦ green 65 ◦ blue 72

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

Shades of Tosca #6C4148

Tints of Tosca #6C4148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 44.08%
G = 26.53%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6C4148 (or 0x6C4148) is known color: Tosca. HEX triplet: 6C, 41 and 48. RGB value is (108,65,72). Sum of RGB (Red+Green+Blue) = 108+65+72=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4148 is #93BEB7. Grayscale: #4E4E4E. Windows color (decimal): -9682616 or 4735340. OLE color: 4735340.

HSL color Cylindrical-coordinate representation of color #6C4148: hue angle of 350.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4148 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 65 72 -
CMYK 0 0.40 0.33 0.58
HSL 350.23º 0.25% 0.34% -
HSV(B) 350.23º 0.4% 0.42% -
XYZ 9.24 7.44 7.08 -
YUV 78.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 108 65 72 0 0.40 0.33 0.58 350.23 0.25 0.34
Hex 6C 41 48 0 28 21 3A 15E 19 22
Octal 154 101 110 0 50 41 72 536 31 42
Binary 1101100 1000001 1001000 0 101000 100001 111010 101011110 11001 100010

Color Harmonies of #6C4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4148

Black with #6C4148

Text Example


Text Example

White with #6C4148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,65,72); }

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

background-color css

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

 a { background-color: rgb(108,65,72); }

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

border-color css

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

 span { border-color: rgb(108,65,72); }

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