Html Css Color HEX #6D576A Salt Box

📋 copy color: '#6D576A'

red 109 ◦ green 87 ◦ blue 106

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

Shades of Salt Box #6D576A

Tints of Salt Box #6D576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 36.09%
G = 28.81%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D576A (or 0x6D576A) is known color: Salt Box. HEX triplet: 6D, 57 and 6A. RGB value is (109,87,106). Sum of RGB (Red+Green+Blue) = 109+87+106=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D576A is #92A895. Grayscale: #5F5F5F. Windows color (decimal): -9611414 or 6969197. OLE color: 6969197.

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

Color convert

RGB 109 87 106 -
CMYK 0 0.20 0.03 0.57
HSL 308.18º 0.11% 0.38% -
HSV(B) 308.18º 0.2% 0.43% -
XYZ 12.32 11.11 15.13 -
YUV 95.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 109 87 106 0 0.20 0.03 0.57 308.18 0.11 0.38
Hex 6D 57 6A 0 14 3 39 134 B 26
Octal 155 127 152 0 24 3 71 464 13 46
Binary 1101101 1010111 1101010 0 10100 11 111001 100110100 1011 100110

Color Harmonies of #6D576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D576A

Black with #6D576A

Text Example


Text Example

White with #6D576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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