Html Css Color HEX #6D4966 Salt Box

📋 copy color: '#6D4966'

red 109 ◦ green 73 ◦ blue 102

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

Shades of Salt Box #6D4966

Tints of Salt Box #6D4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 38.38%
G = 25.7%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D4966 (or 0x6D4966) is known color: Salt Box. HEX triplet: 6D, 49 and 66. RGB value is (109,73,102). Sum of RGB (Red+Green+Blue) = 109+73+102=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4966 is #92B699. Grayscale: #565656. Windows color (decimal): -9615002 or 6703469. OLE color: 6703469.

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

Color convert

RGB 109 73 102 -
CMYK 0 0.33 0.06 0.57
HSL 311.67º 0.2% 0.36% -
HSV(B) 311.67º 0.33% 0.43% -
XYZ 11.09 8.98 13.72 -
YUV 87.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 109 73 102 0 0.33 0.06 0.57 311.67 0.2 0.36
Hex 6D 49 66 0 21 6 39 138 14 24
Octal 155 111 146 0 41 6 71 470 24 44
Binary 1101101 1001001 1100110 0 100001 110 111001 100111000 10100 100100

Color Harmonies of #6D4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4966

Black with #6D4966

Text Example


Text Example

White with #6D4966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,102); }

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

background-color css

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

 a { background-color: rgb(109,73,102); }

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

border-color css

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

 span { border-color: rgb(109,73,102); }

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