Html Css Color HEX #6D4B64 Salt Box

📋 copy color: '#6D4B64'

red 109 ◦ green 75 ◦ blue 100

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

Shades of Salt Box #6D4B64

Tints of Salt Box #6D4B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

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

R = 38.38%
G = 26.41%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D4B64 (or 0x6D4B64) is known color: Salt Box. HEX triplet: 6D, 4B and 64. RGB value is (109,75,100). Sum of RGB (Red+Green+Blue) = 109+75+100=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B64 is #92B49B. Grayscale: #575757. Windows color (decimal): -9614492 or 6572909. OLE color: 6572909.

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

Color convert

RGB 109 75 100 -
CMYK 0 0.31 0.08 0.57
HSL 315.88º 0.18% 0.36% -
HSV(B) 315.88º 0.31% 0.43% -
XYZ 11.12 9.2 13.25 -
YUV 88.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 109 75 100 0 0.31 0.08 0.57 315.88 0.18 0.36
Hex 6D 4B 64 0 1F 8 39 13C 12 24
Octal 155 113 144 0 37 10 71 474 22 44
Binary 1101101 1001011 1100100 0 11111 1000 111001 100111100 10010 100100

Color Harmonies of #6D4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B64

Black with #6D4B64

Text Example


Text Example

White with #6D4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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