#6F636C

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

Shades of Salt Box #6F636C

Tints of Salt Box #6F636C

Color information

#6F636C (or 0x6F636C) is unknown color: approx Salt Box. HEX triplet: 6F, 63 and 6C. RGB value is (111,99,108). Sum of RGB (Red+Green+Blue) = 111+99+108=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F636C is #909C93. Grayscale: #676767. Windows color (decimal): -9477268 or 7103343. OLE color: 7103343.

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

Color convert

RGB11199108-
CMYK00.110.030.56
HSL315º5.71%41.18%-
HSV(B)315º10.81%43.53%-
XYZ13.7213.3916.05-
YUV103.61130.48133.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=34.91%
G=31.13%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119910800.110.030.563155.7141.18
Hex6F636C0B33813b629
Octal157143154013370473651
Binary1101111110001111011000101111111000100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,108); }

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

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

 a { background-color: rgb(111,99,108); }

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

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

 span { border-color: rgb(111,99,108); }

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