#6B6369

Color #6B6369 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6B6369

Tints of Salt Box #6B6369

Color information

#6B6369 (or 0x6B6369) is unknown color: approx Salt Box. HEX triplet: 6B, 63 and 69. RGB value is (107,99,105). Sum of RGB (Red+Green+Blue) = 107+99+105=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6369 is #949C96. Grayscale: #666666. Windows color (decimal): -9739415 or 6906731. OLE color: 6906731.

HSL color Cylindrical-coordinate representation of color #6B6369: hue angle of 315º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6369 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10799105-
CMYK00.070.020.58
HSL315º3.88%40.39%-
HSV(B)315º7.48%41.96%-
XYZ13.0813.0715.2-
YUV102.08129.65131.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=34.41%
G=31.83%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1079910500.070.020.583153.8840.39
Hex6B63690723A13b428
Octal15314315107272473450
Binary110101111000111101001011110111010100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B6369;
 }
 .AnyTagClassName
 {
   color: #6B6369;
 }
</style>
background-color css

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

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

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

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

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

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