Html Css Color HEX #6B4148 Tosca

📋 copy color: '#6B4148'

red 107 ◦ green 65 ◦ blue 72

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

Shades of Tosca #6B4148

Tints of Tosca #6B4148

RGB

 RED value IS 107 (42.19% from 255) = 43.85%

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

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

R = 43.85%
G = 26.64%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B4148 (or 0x6B4148) is known color: Tosca. HEX triplet: 6B, 41 and 48. RGB value is (107,65,72). Sum of RGB (Red+Green+Blue) = 107+65+72=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4148 is #94BEB7. Grayscale: #4E4E4E. Windows color (decimal): -9748152 or 4735339. OLE color: 4735339.

HSL color Cylindrical-coordinate representation of color #6B4148: 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 #6B4148 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 65 72 -
CMYK 0 0.39 0.33 0.58
HSL 350º 0.24% 0.34% -
HSV(B) 350º 0.39% 0.42% -
XYZ 9.12 7.37 7.07 -
YUV 78.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 107 65 72 0 0.39 0.33 0.58 350 0.24 0.34
Hex 6B 41 48 0 27 21 3A 15E 18 22
Octal 153 101 110 0 47 41 72 536 30 42
Binary 1101011 1000001 1001000 0 100111 100001 111010 101011110 11000 100010

Color Harmonies of #6B4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4148

Black with #6B4148

Text Example


Text Example

White with #6B4148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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