Html Css Color HEX #6D616A Salt Box

📋 copy color: '#6D616A'

red 109 ◦ green 97 ◦ blue 106

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

Shades of Salt Box #6D616A

Tints of Salt Box #6D616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 34.94%
G = 31.09%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D616A (or 0x6D616A) is known color: Salt Box. HEX triplet: 6D, 61 and 6A. RGB value is (109,97,106). Sum of RGB (Red+Green+Blue) = 109+97+106=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616A is #929E95. Grayscale: #656565. Windows color (decimal): -9608854 or 6971757. OLE color: 6971757.

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

Color convert

RGB 109 97 106 -
CMYK 0 0.11 0.03 0.57
HSL 315º 0.06% 0.4% -
HSV(B) 315º 0.11% 0.43% -
XYZ 13.18 12.84 15.42 -
YUV 101.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 109 97 106 0 0.11 0.03 0.57 315 0.06 0.4
Hex 6D 61 6A 0 B 3 39 13B 6 28
Octal 155 141 152 0 13 3 71 473 6 50
Binary 1101101 1100001 1101010 0 1011 11 111001 100111011 110 101000

Color Harmonies of #6D616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D616A

Black with #6D616A

Text Example


Text Example

White with #6D616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,106); }

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

background-color css

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

 a { background-color: rgb(109,97,106); }

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

border-color css

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

 span { border-color: rgb(109,97,106); }

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