#675065

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

Shades of Salt Box #675065

Tints of Salt Box #675065

Color information

#675065 (or 0x675065) is unknown color: approx Salt Box. HEX triplet: 67, 50 and 65. RGB value is (103,80,101). Sum of RGB (Red+Green+Blue) = 103+80+101=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675065 is #98AF9A. Grayscale: #595959. Windows color (decimal): -10006427 or 6639719. OLE color: 6639719.

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

Color convert

RGB10380101-
CMYK00.220.020.60
HSL305.22º12.57%35.88%-
HSV(B)305.22º22.33%40.39%-
XYZ10.819.5613.59-
YUV89.27134.62137.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=36.27%
G=28.17%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038010100.220.020.60305.2212.5735.88
Hex67506501623C131d24
Octal1471201450262744611544
Binary110011110100001100101010110101111001001100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675065; }

 p { color: rgb(103,80,101); }

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

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

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

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

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

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

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