Html Css Color HEX #6D516D Salt Box

📋 copy color: '#6D516D'

red 109 ◦ green 81 ◦ blue 109

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

Shades of Salt Box #6D516D

Tints of Salt Box #6D516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 36.45%
G = 27.09%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D516D (or 0x6D516D) is known color: Salt Box. HEX triplet: 6D, 51 and 6D. RGB value is (109,81,109). Sum of RGB (Red+Green+Blue) = 109+81+109=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D516D is #92AE92. Grayscale: #5C5C5C. Windows color (decimal): -9612947 or 7164269. OLE color: 7164269.

HSL color Cylindrical-coordinate representation of color #6D516D: hue angle of 300º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D516D is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 109 -
CMYK 0 0.26 0 0.57
HSL 300º 0.15% 0.37% -
HSV(B) 300º 0.26% 0.43% -
XYZ 12.01 10.24 15.81 -
YUV 92.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 109 81 109 0 0.26 0 0.57 300 0.15 0.37
Hex 6D 51 6D 0 1A 0 39 12C F 25
Octal 155 121 155 0 32 0 71 454 17 45
Binary 1101101 1010001 1101101 0 11010 0 111001 100101100 1111 100101

Color Harmonies of #6D516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D516D

Black with #6D516D

Text Example


Text Example

White with #6D516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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