Html Css Color HEX #6A474C Tosca

📋 copy color: '#6A474C'

red 106 ◦ green 71 ◦ blue 76

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

Shades of Tosca #6A474C

Tints of Tosca #6A474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 41.9%
G = 28.06%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6A474C (or 0x6A474C) is known color: Tosca. HEX triplet: 6A, 47 and 4C. RGB value is (106,71,76). Sum of RGB (Red+Green+Blue) = 106+71+76=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A474C is #95B8B3. Grayscale: #525252. Windows color (decimal): -9812148 or 4999018. OLE color: 4999018.

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

Color convert

RGB 106 71 76 -
CMYK 0 0.33 0.28 0.58
HSL 351.43º 0.2% 0.35% -
HSV(B) 351.43º 0.33% 0.42% -
XYZ 9.5 8.09 7.9 -
YUV 82.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 106 71 76 0 0.33 0.28 0.58 351.43 0.2 0.35
Hex 6A 47 4C 0 21 1C 3A 15F 14 23
Octal 152 107 114 0 41 34 72 537 24 43
Binary 1101010 1000111 1001100 0 100001 11100 111010 101011111 10100 100011

Color Harmonies of #6A474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A474C

Black with #6A474C

Text Example


Text Example

White with #6A474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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