Html Css Color HEX #6B4449 Tosca

📋 copy color: '#6B4449'

red 107 ◦ green 68 ◦ blue 73

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

Shades of Tosca #6B4449

Tints of Tosca #6B4449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 43.15%
G = 27.42%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B4449 (or 0x6B4449) is known color: Tosca. HEX triplet: 6B, 44 and 49. RGB value is (107,68,73). Sum of RGB (Red+Green+Blue) = 107+68+73=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4449 is #94BBB6. Grayscale: #505050. Windows color (decimal): -9747383 or 4801643. OLE color: 4801643.

HSL color Cylindrical-coordinate representation of color #6B4449: hue angle of 352.31º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4449 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 68 73 -
CMYK 0 0.36 0.32 0.58
HSL 352.31º 0.22% 0.34% -
HSV(B) 352.31º 0.36% 0.42% -
XYZ 9.33 7.74 7.31 -
YUV 80.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 107 68 73 0 0.36 0.32 0.58 352.31 0.22 0.34
Hex 6B 44 49 0 24 20 3A 160 16 22
Octal 153 104 111 0 44 40 72 540 26 42
Binary 1101011 1000100 1001001 0 100100 100000 111010 101100000 10110 100010

Color Harmonies of #6B4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4449

Black with #6B4449

Text Example


Text Example

White with #6B4449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,68,73); }

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

background-color css

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

 a { background-color: rgb(107,68,73); }

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

border-color css

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

 span { border-color: rgb(107,68,73); }

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