Html Css Color HEX #6D4C64 Salt Box

📋 copy color: '#6D4C64'

red 109 ◦ green 76 ◦ blue 100

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

Shades of Salt Box #6D4C64

Tints of Salt Box #6D4C64

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 38.25%
G = 26.67%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D4C64 (or 0x6D4C64) is known color: Salt Box. HEX triplet: 6D, 4C and 64. RGB value is (109,76,100). Sum of RGB (Red+Green+Blue) = 109+76+100=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C64 is #92B39B. Grayscale: #585858. Windows color (decimal): -9614236 or 6573165. OLE color: 6573165.

HSL color Cylindrical-coordinate representation of color #6D4C64: hue angle of 316.36º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C64 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 76 100 -
CMYK 0 0.30 0.08 0.57
HSL 316.36º 0.18% 0.36% -
HSV(B) 316.36º 0.3% 0.43% -
XYZ 11.19 9.34 13.27 -
YUV 88.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 109 76 100 0 0.30 0.08 0.57 316.36 0.18 0.36
Hex 6D 4C 64 0 1E 8 39 13C 12 24
Octal 155 114 144 0 36 10 71 474 22 44
Binary 1101101 1001100 1100100 0 11110 1000 111001 100111100 10010 100100

Color Harmonies of #6D4C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C64

Black with #6D4C64

Text Example


Text Example

White with #6D4C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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