#6F636E

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

Shades of Salt Box #6F636E

Tints of Salt Box #6F636E

Color information

#6F636E (or 0x6F636E) is unknown color: approx Salt Box. HEX triplet: 6F, 63 and 6E. RGB value is (111,99,110). Sum of RGB (Red+Green+Blue) = 111+99+110=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F636E is #909C91. Grayscale: #676767. Windows color (decimal): -9477266 or 7234415. OLE color: 7234415.

HSL color Cylindrical-coordinate representation of color #6F636E: hue angle of 305º 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 #6F636E is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11199110-
CMYK00.110.010.56
HSL305º5.71%41.18%-
HSV(B)305º10.81%43.53%-
XYZ13.8313.4316.61-
YUV103.84131.48133.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=34.69%
G=30.94%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119911000.110.010.563055.7141.18
Hex6F636E0B138131629
Octal157143156013170461651
Binary110111111000111101110010111111000100110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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