Html Css Color HEX #6C474A Tosca

📋 copy color: '#6C474A'

red 108 ◦ green 71 ◦ blue 74

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

Shades of Tosca #6C474A

Tints of Tosca #6C474A

RGB

 RED value IS 108 (42.58% from 255) = 42.69%

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

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 42.69%
G = 28.06%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C474A (or 0x6C474A) is known color: Tosca. HEX triplet: 6C, 47 and 4A. RGB value is (108,71,74). Sum of RGB (Red+Green+Blue) = 108+71+74=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 108 - color contains mainly: red. Hex color #6C474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C474A is #93B8B5. Grayscale: #525252. Windows color (decimal): -9681078 or 4867948. OLE color: 4867948.

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

Color convert

RGB 108 71 74 -
CMYK 0 0.34 0.31 0.58
HSL 355.14º 0.21% 0.35% -
HSV(B) 355.14º 0.34% 0.42% -
XYZ 9.67 8.19 7.55 -
YUV 82.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 108 71 74 0 0.34 0.31 0.58 355.14 0.21 0.35
Hex 6C 47 4A 0 22 1F 3A 163 15 23
Octal 154 107 112 0 42 37 72 543 25 43
Binary 1101100 1000111 1001010 0 100010 11111 111010 101100011 10101 100011

Color Harmonies of #6C474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C474A

Black with #6C474A

Text Example


Text Example

White with #6C474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,74); }

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

background-color css

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

 a { background-color: rgb(108,71,74); }

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

border-color css

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

 span { border-color: rgb(108,71,74); }

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