Html Css Color HEX #6D5D68 Salt Box

📋 copy color: '#6D5D68'

red 109 ◦ green 93 ◦ blue 104

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

Shades of Salt Box #6D5D68

Tints of Salt Box #6D5D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 35.62%
G = 30.39%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D5D68 (or 0x6D5D68) is known color: Salt Box. HEX triplet: 6D, 5D and 68. RGB value is (109,93,104). Sum of RGB (Red+Green+Blue) = 109+93+104=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D68 is #92A297. Grayscale: #636363. Windows color (decimal): -9609880 or 6839661. OLE color: 6839661.

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

Color convert

RGB 109 93 104 -
CMYK 0 0.15 0.05 0.57
HSL 318.75º 0.08% 0.4% -
HSV(B) 318.75º 0.15% 0.43% -
XYZ 12.72 12.08 14.76 -
YUV 99.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 109 93 104 0 0.15 0.05 0.57 318.75 0.08 0.4
Hex 6D 5D 68 0 F 5 39 13F 8 28
Octal 155 135 150 0 17 5 71 477 10 50
Binary 1101101 1011101 1101000 0 1111 101 111001 100111111 1000 101000

Color Harmonies of #6D5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D68

Black with #6D5D68

Text Example


Text Example

White with #6D5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,93,104); }

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

background-color css

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

 a { background-color: rgb(109,93,104); }

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

border-color css

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

 span { border-color: rgb(109,93,104); }

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