Html Css Color HEX #6D596C Salt Box

📋 copy color: '#6D596C'

red 109 ◦ green 89 ◦ blue 108

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

Shades of Salt Box #6D596C

Tints of Salt Box #6D596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 35.62%
G = 29.08%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D596C (or 0x6D596C) is known color: Salt Box. HEX triplet: 6D, 59 and 6C. RGB value is (109,89,108). Sum of RGB (Red+Green+Blue) = 109+89+108=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D596C is #92A693. Grayscale: #616161. Windows color (decimal): -9610900 or 7100781. OLE color: 7100781.

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

Color convert

RGB 109 89 108 -
CMYK 0 0.18 0.01 0.57
HSL 303º 0.1% 0.39% -
HSV(B) 303º 0.18% 0.43% -
XYZ 12.59 11.48 15.74 -
YUV 97.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 109 89 108 0 0.18 0.01 0.57 303 0.1 0.39
Hex 6D 59 6C 0 12 1 39 12F A 27
Octal 155 131 154 0 22 1 71 457 12 47
Binary 1101101 1011001 1101100 0 10010 1 111001 100101111 1010 100111

Color Harmonies of #6D596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D596C

Black with #6D596C

Text Example


Text Example

White with #6D596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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