Html Css Color HEX #6D576C Salt Box

📋 copy color: '#6D576C'

red 109 ◦ green 87 ◦ blue 108

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

Shades of Salt Box #6D576C

Tints of Salt Box #6D576C

RGB

 RED value IS 109 (42.97% from 255) = 35.86%

 GREEN value IS 87 (34.38% from 255) = 28.62%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 35.86%
G = 28.62%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D576C (or 0x6D576C) is known color: Salt Box. HEX triplet: 6D, 57 and 6C. RGB value is (109,87,108). Sum of RGB (Red+Green+Blue) = 109+87+108=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D576C is #92A893. Grayscale: #5F5F5F. Windows color (decimal): -9611412 or 7100269. OLE color: 7100269.

HSL color Cylindrical-coordinate representation of color #6D576C: hue angle of 302.73º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D576C is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 87 108 -
CMYK 0 0.20 0.01 0.57
HSL 302.73º 0.11% 0.38% -
HSV(B) 302.73º 0.2% 0.43% -
XYZ 12.42 11.15 15.68 -
YUV 95.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 109 87 108 0 0.20 0.01 0.57 302.73 0.11 0.38
Hex 6D 57 6C 0 14 1 39 12F B 26
Octal 155 127 154 0 24 1 71 457 13 46
Binary 1101101 1010111 1101100 0 10100 1 111001 100101111 1011 100110

Color Harmonies of #6D576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D576C

Black with #6D576C

Text Example


Text Example

White with #6D576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,108); }

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

background-color css

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

 a { background-color: rgb(109,87,108); }

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

border-color css

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

 span { border-color: rgb(109,87,108); }

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