Html Css Color HEX #6D5F69 Salt Box

📋 copy color: '#6D5F69'

red 109 ◦ green 95 ◦ blue 105

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

Shades of Salt Box #6D5F69

Tints of Salt Box #6D5F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 35.28%
G = 30.74%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D5F69 (or 0x6D5F69) is known color: Salt Box. HEX triplet: 6D, 5F and 69. RGB value is (109,95,105). Sum of RGB (Red+Green+Blue) = 109+95+105=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F69 is #92A096. Grayscale: #646464. Windows color (decimal): -9609367 or 6905709. OLE color: 6905709.

HSL color Cylindrical-coordinate representation of color #6D5F69: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D5F69 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 95 105 -
CMYK 0 0.13 0.04 0.57
HSL 317.14º 0.07% 0.4% -
HSV(B) 317.14º 0.13% 0.43% -
XYZ 12.95 12.46 15.09 -
YUV 100.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 109 95 105 0 0.13 0.04 0.57 317.14 0.07 0.4
Hex 6D 5F 69 0 D 4 39 13D 7 28
Octal 155 137 151 0 15 4 71 475 7 50
Binary 1101101 1011111 1101001 0 1101 100 111001 100111101 111 101000

Color Harmonies of #6D5F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F69

Black with #6D5F69

Text Example


Text Example

White with #6D5F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,105); }

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

background-color css

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

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

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

border-color css

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

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

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