Html Css Color HEX #6D4F64 Salt Box

📋 copy color: '#6D4F64'

red 109 ◦ green 79 ◦ blue 100

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

Shades of Salt Box #6D4F64

Tints of Salt Box #6D4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 37.85%
G = 27.43%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D4F64 (or 0x6D4F64) is known color: Salt Box. HEX triplet: 6D, 4F and 64. RGB value is (109,79,100). Sum of RGB (Red+Green+Blue) = 109+79+100=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F64 is #92B09B. Grayscale: #5A5A5A. Windows color (decimal): -9613468 or 6573933. OLE color: 6573933.

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

Color convert

RGB 109 79 100 -
CMYK 0 0.28 0.08 0.57
HSL 318º 0.16% 0.37% -
HSV(B) 318º 0.28% 0.43% -
XYZ 11.4 9.76 13.34 -
YUV 90.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 109 79 100 0 0.28 0.08 0.57 318 0.16 0.37
Hex 6D 4F 64 0 1C 8 39 13E 10 25
Octal 155 117 144 0 34 10 71 476 20 45
Binary 1101101 1001111 1100100 0 11100 1000 111001 100111110 10000 100101

Color Harmonies of #6D4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F64

Black with #6D4F64

Text Example


Text Example

White with #6D4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,100); }

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

background-color css

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

 a { background-color: rgb(109,79,100); }

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

border-color css

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

 span { border-color: rgb(109,79,100); }

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