#675461

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

Shades of Salt Box #675461

Tints of Salt Box #675461

Color information

#675461 (or 0x675461) is unknown color: approx Salt Box. HEX triplet: 67, 54 and 61. RGB value is (103,84,97). Sum of RGB (Red+Green+Blue) = 103+84+97=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675461 is #98AB9E. Grayscale: #5B5B5B. Windows color (decimal): -10005407 or 6378599. OLE color: 6378599.

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

Color convert

RGB1038497-
CMYK00.180.060.60
HSL318.95º10.16%36.67%-
HSV(B)318.95º18.45%40.39%-
XYZ10.9210.0912.68-
YUV91.16131.29136.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=36.27%
G=29.58%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103849700.180.060.60318.9510.1636.67
Hex67546101263C13fa25
Octal1471241410226744771245
Binary1100111101010011000010100101101111001001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675461; }

 p { color: rgb(103,84,97); }

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

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

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

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

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

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

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