Html Css Color HEX #6D5165 Salt Box

📋 copy color: '#6D5165'

red 109 ◦ green 81 ◦ blue 101

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

Shades of Salt Box #6D5165

Tints of Salt Box #6D5165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 37.46%
G = 27.84%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D5165 (or 0x6D5165) is known color: Salt Box. HEX triplet: 6D, 51 and 65. RGB value is (109,81,101). Sum of RGB (Red+Green+Blue) = 109+81+101=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5165 is #92AE9A. Grayscale: #5B5B5B. Windows color (decimal): -9612955 or 6639981. OLE color: 6639981.

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

Color convert

RGB 109 81 101 -
CMYK 0 0.26 0.07 0.57
HSL 317.14º 0.15% 0.37% -
HSV(B) 317.14º 0.26% 0.43% -
XYZ 11.6 10.08 13.65 -
YUV 91.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 109 81 101 0 0.26 0.07 0.57 317.14 0.15 0.37
Hex 6D 51 65 0 1A 7 39 13D F 25
Octal 155 121 145 0 32 7 71 475 17 45
Binary 1101101 1010001 1100101 0 11010 111 111001 100111101 1111 100101

Color Harmonies of #6D5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5165

Black with #6D5165

Text Example


Text Example

White with #6D5165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,101); }

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

background-color css

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

 a { background-color: rgb(109,81,101); }

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

border-color css

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

 span { border-color: rgb(109,81,101); }

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