Html Css Color HEX #6A4748 Tosca

📋 copy color: '#6A4748'

red 106 ◦ green 71 ◦ blue 72

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

Shades of Tosca #6A4748

Tints of Tosca #6A4748

RGB

 RED value IS 106 (41.8% from 255) = 42.57%

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 42.57%
G = 28.51%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A4748 (or 0x6A4748) is known color: Tosca. HEX triplet: 6A, 47 and 48. RGB value is (106,71,72). Sum of RGB (Red+Green+Blue) = 106+71+72=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4748 is #95B8B7. Grayscale: #515151. Windows color (decimal): -9812152 or 4736874. OLE color: 4736874.

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

Color convert

RGB 106 71 72 -
CMYK 0 0.33 0.32 0.58
HSL 358.29º 0.2% 0.35% -
HSV(B) 358.29º 0.33% 0.42% -
XYZ 9.37 8.04 7.19 -
YUV 81.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 106 71 72 0 0.33 0.32 0.58 358.29 0.2 0.35
Hex 6A 47 48 0 21 20 3A 166 14 23
Octal 152 107 110 0 41 40 72 546 24 43
Binary 1101010 1000111 1001000 0 100001 100000 111010 101100110 10100 100011

Color Harmonies of #6A4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4748

Black with #6A4748

Text Example


Text Example

White with #6A4748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,71,72); }

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

background-color css

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

 a { background-color: rgb(106,71,72); }

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

border-color css

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

 span { border-color: rgb(106,71,72); }

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