Html Css Color HEX #6D6369 Salt Box

📋 copy color: '#6D6369'

red 109 ◦ green 99 ◦ blue 105

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

Shades of Salt Box #6D6369

Tints of Salt Box #6D6369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 34.82%
G = 31.63%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D6369 (or 0x6D6369) is known color: Salt Box. HEX triplet: 6D, 63 and 69. RGB value is (109,99,105). Sum of RGB (Red+Green+Blue) = 109+99+105=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6369 is #929C96. Grayscale: #666666. Windows color (decimal): -9608343 or 6906733. OLE color: 6906733.

HSL color Cylindrical-coordinate representation of color #6D6369: hue angle of 324º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6369 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 99 105 -
CMYK 0 0.09 0.04 0.57
HSL 324º 0.05% 0.41% -
HSV(B) 324º 0.09% 0.43% -
XYZ 13.32 13.19 15.21 -
YUV 102.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 109 99 105 0 0.09 0.04 0.57 324 0.05 0.41
Hex 6D 63 69 0 9 4 39 144 5 29
Octal 155 143 151 0 11 4 71 504 5 51
Binary 1101101 1100011 1101001 0 1001 100 111001 101000100 101 101001

Color Harmonies of #6D6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6369

Black with #6D6369

Text Example


Text Example

White with #6D6369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,105); }

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

background-color css

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

 a { background-color: rgb(109,99,105); }

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

border-color css

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

 span { border-color: rgb(109,99,105); }

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