Html Css Color HEX #6D5C67 Salt Box

📋 copy color: '#6D5C67'

red 109 ◦ green 92 ◦ blue 103

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

Shades of Salt Box #6D5C67

Tints of Salt Box #6D5C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 35.86%
G = 30.26%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D5C67 (or 0x6D5C67) is known color: Salt Box. HEX triplet: 6D, 5C and 67. RGB value is (109,92,103). Sum of RGB (Red+Green+Blue) = 109+92+103=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C67 is #92A398. Grayscale: #626262. Windows color (decimal): -9610137 or 6773869. OLE color: 6773869.

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

Color convert

RGB 109 92 103 -
CMYK 0 0.16 0.06 0.57
HSL 321.18º 0.08% 0.39% -
HSV(B) 321.18º 0.16% 0.43% -
XYZ 12.58 11.88 14.46 -
YUV 98.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 109 92 103 0 0.16 0.06 0.57 321.18 0.08 0.39
Hex 6D 5C 67 0 10 6 39 141 8 27
Octal 155 134 147 0 20 6 71 501 10 47
Binary 1101101 1011100 1100111 0 10000 110 111001 101000001 1000 100111

Color Harmonies of #6D5C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5C67

Black with #6D5C67

Text Example


Text Example

White with #6D5C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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