#675266

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

Shades of Salt Box #675266

Tints of Salt Box #675266

Color information

#675266 (or 0x675266) is unknown color: approx Salt Box. HEX triplet: 67, 52 and 66. RGB value is (103,82,102). Sum of RGB (Red+Green+Blue) = 103+82+102=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 103 - color contains mainly: red. Hex color #675266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675266 is #98AD99. Grayscale: #5A5A5A. Windows color (decimal): -10005914 or 6705767. OLE color: 6705767.

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

Color convert

RGB10382102-
CMYK00.200.010.60
HSL302.86º11.35%36.27%-
HSV(B)302.86º20.39%40.39%-
XYZ11.019.8813.9-
YUV90.56134.46136.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=35.89%
G=28.57%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038210200.200.010.60302.8611.3536.27
Hex67526601413C12fb24
Octal1471221460241744571344
Binary11001111010010110011001010011111001001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675266; }

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

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

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

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

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

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

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

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