Html Css Color HEX #6D5265 Salt Box

📋 copy color: '#6D5265'

red 109 ◦ green 82 ◦ blue 101

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

Shades of Salt Box #6D5265

Tints of Salt Box #6D5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

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

R = 37.33%
G = 28.08%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D5265 (or 0x6D5265) is known color: Salt Box. HEX triplet: 6D, 52 and 65. RGB value is (109,82,101). Sum of RGB (Red+Green+Blue) = 109+82+101=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5265 is #92AD9A. Grayscale: #5C5C5C. Windows color (decimal): -9612699 or 6640237. OLE color: 6640237.

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

Color convert

RGB 109 82 101 -
CMYK 0 0.25 0.07 0.57
HSL 317.78º 0.14% 0.37% -
HSV(B) 317.78º 0.25% 0.43% -
XYZ 11.67 10.23 13.67 -
YUV 92.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 109 82 101 0 0.25 0.07 0.57 317.78 0.14 0.37
Hex 6D 52 65 0 19 7 39 13E E 25
Octal 155 122 145 0 31 7 71 476 16 45
Binary 1101101 1010010 1100101 0 11001 111 111001 100111110 1110 100101

Color Harmonies of #6D5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5265

Black with #6D5265

Text Example


Text Example

White with #6D5265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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