Html Css Color HEX #6D5766 Salt Box

📋 copy color: '#6D5766'

red 109 ◦ green 87 ◦ blue 102

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

Shades of Salt Box #6D5766

Tints of Salt Box #6D5766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 36.58%
G = 29.19%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D5766 (or 0x6D5766) is known color: Salt Box. HEX triplet: 6D, 57 and 66. RGB value is (109,87,102). Sum of RGB (Red+Green+Blue) = 109+87+102=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5766 is #92A899. Grayscale: #5F5F5F. Windows color (decimal): -9611418 or 6707053. OLE color: 6707053.

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

Color convert

RGB 109 87 102 -
CMYK 0 0.20 0.06 0.57
HSL 319.09º 0.11% 0.38% -
HSV(B) 319.09º 0.2% 0.43% -
XYZ 12.11 11.03 14.06 -
YUV 95.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 109 87 102 0 0.20 0.06 0.57 319.09 0.11 0.38
Hex 6D 57 66 0 14 6 39 13F B 26
Octal 155 127 146 0 24 6 71 477 13 46
Binary 1101101 1010111 1100110 0 10100 110 111001 100111111 1011 100110

Color Harmonies of #6D5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5766

Black with #6D5766

Text Example


Text Example

White with #6D5766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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