Html Css Color HEX #6D516A Salt Box

📋 copy color: '#6D516A'

red 109 ◦ green 81 ◦ blue 106

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

Shades of Salt Box #6D516A

Tints of Salt Box #6D516A

RGB

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

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

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

R = 36.82%
G = 27.36%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D516A (or 0x6D516A) is known color: Salt Box. HEX triplet: 6D, 51 and 6A. RGB value is (109,81,106). Sum of RGB (Red+Green+Blue) = 109+81+106=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 109 - color contains mainly: red. Hex color #6D516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D516A is #92AE95. Grayscale: #5C5C5C. Windows color (decimal): -9612950 or 6967661. OLE color: 6967661.

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

Color convert

RGB 109 81 106 -
CMYK 0 0.26 0.03 0.57
HSL 306.43º 0.15% 0.37% -
HSV(B) 306.43º 0.26% 0.43% -
XYZ 11.85 10.18 14.98 -
YUV 92.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 109 81 106 0 0.26 0.03 0.57 306.43 0.15 0.37
Hex 6D 51 6A 0 1A 3 39 132 F 25
Octal 155 121 152 0 32 3 71 462 17 45
Binary 1101101 1010001 1101010 0 11010 11 111001 100110010 1111 100101

Color Harmonies of #6D516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D516A

Black with #6D516A

Text Example


Text Example

White with #6D516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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