Html Css Color HEX #6C474D Tosca

📋 copy color: '#6C474D'

red 108 ◦ green 71 ◦ blue 77

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

Shades of Tosca #6C474D

Tints of Tosca #6C474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 42.19%
G = 27.73%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C474D (or 0x6C474D) is known color: Tosca. HEX triplet: 6C, 47 and 4D. RGB value is (108,71,77). Sum of RGB (Red+Green+Blue) = 108+71+77=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C474D is #93B8B2. Grayscale: #525252. Windows color (decimal): -9681075 or 5064556. OLE color: 5064556.

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

Color convert

RGB 108 71 77 -
CMYK 0 0.34 0.29 0.58
HSL 350.27º 0.21% 0.35% -
HSV(B) 350.27º 0.34% 0.42% -
XYZ 9.78 8.23 8.09 -
YUV 82.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 108 71 77 0 0.34 0.29 0.58 350.27 0.21 0.35
Hex 6C 47 4D 0 22 1D 3A 15E 15 23
Octal 154 107 115 0 42 35 72 536 25 43
Binary 1101100 1000111 1001101 0 100010 11101 111010 101011110 10101 100011

Color Harmonies of #6C474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C474D

Black with #6C474D

Text Example


Text Example

White with #6C474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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