Html Css Color HEX #6B4548 Tosca

📋 copy color: '#6B4548'

red 107 ◦ green 69 ◦ blue 72

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

Shades of Tosca #6B4548

Tints of Tosca #6B4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 43.15%
G = 27.82%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B4548 (or 0x6B4548) is known color: Tosca. HEX triplet: 6B, 45 and 48. RGB value is (107,69,72). Sum of RGB (Red+Green+Blue) = 107+69+72=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4548 is #94BAB7. Grayscale: #505050. Windows color (decimal): -9747128 or 4736363. OLE color: 4736363.

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

Color convert

RGB 107 69 72 -
CMYK 0 0.36 0.33 0.58
HSL 355.26º 0.22% 0.35% -
HSV(B) 355.26º 0.36% 0.42% -
XYZ 9.36 7.85 7.15 -
YUV 80.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 107 69 72 0 0.36 0.33 0.58 355.26 0.22 0.35
Hex 6B 45 48 0 24 21 3A 163 16 23
Octal 153 105 110 0 44 41 72 543 26 43
Binary 1101011 1000101 1001000 0 100100 100001 111010 101100011 10110 100011

Color Harmonies of #6B4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4548

Black with #6B4548

Text Example


Text Example

White with #6B4548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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