Html Css Color HEX #6D576D Salt Box

📋 copy color: '#6D576D'

red 109 ◦ green 87 ◦ blue 109

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

Shades of Salt Box #6D576D

Tints of Salt Box #6D576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 35.74%
G = 28.52%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D576D (or 0x6D576D) is known color: Salt Box. HEX triplet: 6D, 57 and 6D. RGB value is (109,87,109). Sum of RGB (Red+Green+Blue) = 109+87+109=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D576D is #92A892. Grayscale: #606060. Windows color (decimal): -9611411 or 7165805. OLE color: 7165805.

HSL color Cylindrical-coordinate representation of color #6D576D: hue angle of 300º 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 #6D576D is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 87 109 -
CMYK 0 0.20 0 0.57
HSL 300º 0.11% 0.38% -
HSV(B) 300º 0.2% 0.43% -
XYZ 12.48 11.17 15.97 -
YUV 96.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 109 87 109 0 0.20 0 0.57 300 0.11 0.38
Hex 6D 57 6D 0 14 0 39 12C B 26
Octal 155 127 155 0 24 0 71 454 13 46
Binary 1101101 1010111 1101101 0 10100 0 111001 100101100 1011 100110

Color Harmonies of #6D576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D576D

Black with #6D576D

Text Example


Text Example

White with #6D576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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