#675165

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

Shades of Salt Box #675165

Tints of Salt Box #675165

Color information

#675165 (or 0x675165) is unknown color: approx Salt Box. HEX triplet: 67, 51 and 65. RGB value is (103,81,101). Sum of RGB (Red+Green+Blue) = 103+81+101=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675165 is #98AE9A. Grayscale: #595959. Windows color (decimal): -10006171 or 6639975. OLE color: 6639975.

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

Color convert

RGB10381101-
CMYK00.210.020.60
HSL305.45º11.96%36.08%-
HSV(B)305.45º21.36%40.39%-
XYZ10.889.7113.61-
YUV89.86134.29137.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=36.14%
G=28.42%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038110100.210.020.60305.4511.9636.08
Hex67516501523C131c24
Octal1471211450252744611444
Binary110011110100011100101010101101111001001100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675165; }

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

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

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

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

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

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

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

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