Html Css Color HEX #6D596A Salt Box

📋 copy color: '#6D596A'

red 109 ◦ green 89 ◦ blue 106

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

Shades of Salt Box #6D596A

Tints of Salt Box #6D596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

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

R = 35.86%
G = 29.28%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D596A (or 0x6D596A) is known color: Salt Box. HEX triplet: 6D, 59 and 6A. RGB value is (109,89,106). Sum of RGB (Red+Green+Blue) = 109+89+106=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D596A is #92A695. Grayscale: #606060. Windows color (decimal): -9610902 or 6969709. OLE color: 6969709.

HSL color Cylindrical-coordinate representation of color #6D596A: hue angle of 309º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D596A is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 89 106 -
CMYK 0 0.18 0.03 0.57
HSL 309º 0.1% 0.39% -
HSV(B) 309º 0.18% 0.43% -
XYZ 12.48 11.44 15.19 -
YUV 96.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 109 89 106 0 0.18 0.03 0.57 309 0.1 0.39
Hex 6D 59 6A 0 12 3 39 135 A 27
Octal 155 131 152 0 22 3 71 465 12 47
Binary 1101101 1011001 1101010 0 10010 11 111001 100110101 1010 100111

Color Harmonies of #6D596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D596A

Black with #6D596A

Text Example


Text Example

White with #6D596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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