#676667

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

Shades of Salt Box #676667

Tints of Salt Box #676667

Color information

#676667 (or 0x676667) is unknown color: approx Salt Box. HEX triplet: 67, 66 and 67. RGB value is (103,102,103). Sum of RGB (Red+Green+Blue) = 103+102+103=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #676667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676667 is #989998. Grayscale: #666666. Windows color (decimal): -10000793 or 6776423. OLE color: 6776423.

HSL color Cylindrical-coordinate representation of color #676667: hue angle of 300º degrees, saturation: 0, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #676667 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB103102103-
CMYK00.0100.60
HSL300º0.49%40.2%-
HSV(B)300º0.97%40.39%-
XYZ12.7913.3714.74-
YUV102.41128.33128.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=33.44%
G=33.12%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10310210300.0100.603000.4940.2
Hex6766670103C12c028
Octal14714614701074454050
Binary1100111110011011001110101111001001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676667; }

 p { color: rgb(103,102,103); }

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

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

 a { background-color: rgb(103,102,103); }

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

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

 span { border-color: rgb(103,102,103); }

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