Html Css Color HEX #6D5C69 Salt Box

📋 copy color: '#6D5C69'

red 109 ◦ green 92 ◦ blue 105

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

Shades of Salt Box #6D5C69

Tints of Salt Box #6D5C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 35.62%
G = 30.07%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D5C69 (or 0x6D5C69) is known color: Salt Box. HEX triplet: 6D, 5C and 69. RGB value is (109,92,105). Sum of RGB (Red+Green+Blue) = 109+92+105=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C69 is #92A396. Grayscale: #626262. Windows color (decimal): -9610135 or 6904941. OLE color: 6904941.

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

Color convert

RGB 109 92 105 -
CMYK 0 0.16 0.04 0.57
HSL 314.12º 0.08% 0.39% -
HSV(B) 314.12º 0.16% 0.43% -
XYZ 12.68 11.93 15 -
YUV 98.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 109 92 105 0 0.16 0.04 0.57 314.12 0.08 0.39
Hex 6D 5C 69 0 10 4 39 13A 8 27
Octal 155 134 151 0 20 4 71 472 10 47
Binary 1101101 1011100 1101001 0 10000 100 111001 100111010 1000 100111

Color Harmonies of #6D5C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5C69

Black with #6D5C69

Text Example


Text Example

White with #6D5C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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